#71485E

Color #71485E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #71485E

Tints of Cosmic #71485E

Color information

#71485E (or 0x71485E) is unknown color: approx Cosmic. HEX triplet: 71, 48 and 5E. RGB value is (113,72,94). Sum of RGB (Red+Green+Blue) = 113+72+94=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #71485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71485E is #8EB7A1. Grayscale: #565656. Windows color (decimal): -9353122 or 6178929. OLE color: 6178929.

HSL color Cylindrical-coordinate representation of color #71485E: hue angle of 327.8º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71485E is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1137294-
CMYK00.360.170.56
HSL327.8º22.16%36.27%-
HSV(B)327.8º36.28%44.31%-
XYZ11.158.9511.73-
YUV86.77132.08146.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=40.50%
G=25.81%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113729400.360.170.56327.822.1636.27
Hex71485E02411381481624
Octal16111013604421705102644
Binary11100011001000101111001001001000111100010100100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71485E; }

 p { color: rgb(113,72,94); }

 H1.HeaderClassName
 {
   color: #71485E;
 }
 .AnyTagClassName
 {
   color: #71485E;
 }
</style>
background-color css

<style>
 a { background-color: #71485E; }

 a { background-color: rgb(113,72,94); }

 div.DivClassName
 {
   background-color: #71485E;
 }
 .BgClassName
 {
   background-color: #71485E;
 }
</style>
border-color css

<style>
 span { border-color: #71485E; }

 span { border-color: rgb(113,72,94); }

 td.TdClassName
 {
   border-color: #71485E;
 }
 .TagClassName
 {
   border-color: #71485E;
 }
</style>