#592149

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

Shades of Loulou #592149

Tints of Loulou #592149

Color information

#592149 (or 0x592149) is unknown color: approx Loulou. HEX triplet: 59, 21 and 49. RGB value is (89,33,73). Sum of RGB (Red+Green+Blue) = 89+33+73=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #592149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592149 is #A6DEB6. Grayscale: #363636. Windows color (decimal): -10935991 or 4792665. OLE color: 4792665.

HSL color Cylindrical-coordinate representation of color #592149: hue angle of 317.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592149 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB893373-
CMYK00.630.180.65
HSL317.14º45.9%23.92%-
HSV(B)317.14º62.92%34.9%-
XYZ5.873.696.71-
YUV54.3138.55152.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=45.64%
G=16.92%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89337300.630.180.65317.1445.923.92
Hex59214903F124113d2e18
Octal13141111077221014755630
Binary10110011000011001001011111110010100000110011110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592149; }

 p { color: rgb(89,33,73); }

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

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

 a { background-color: rgb(89,33,73); }

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

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

 span { border-color: rgb(89,33,73); }

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