#71495C

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

Shades of Cosmic #71495C

Tints of Cosmic #71495C

Color information

#71495C (or 0x71495C) is unknown color: approx Cosmic. HEX triplet: 71, 49 and 5C. RGB value is (113,73,92). Sum of RGB (Red+Green+Blue) = 113+73+92=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71495C is #8EB6A3. Grayscale: #575757. Windows color (decimal): -9352868 or 6048113. OLE color: 6048113.

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

Color convert

RGB1137392-
CMYK00.350.190.56
HSL331.5º21.51%36.47%-
HSV(B)331.5º35.4%44.31%-
XYZ11.129.0511.29-
YUV87.13130.75146.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=40.65%
G=26.26%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113739200.350.190.56331.521.5136.47
Hex71495C023133814c1624
Octal16111113404323705142644
Binary11100011001001101110001000111001111100010100110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71495C; }

 p { color: rgb(113,73,92); }

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

<style>
 a { background-color: #71495C; }

 a { background-color: rgb(113,73,92); }

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

<style>
 span { border-color: #71495C; }

 span { border-color: rgb(113,73,92); }

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