#592A4F

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

Shades of Loulou #592A4F

Tints of Loulou #592A4F

Color information

#592A4F (or 0x592A4F) is unknown color: approx Loulou. HEX triplet: 59, 2A and 4F. RGB value is (89,42,79). Sum of RGB (Red+Green+Blue) = 89+42+79=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #592A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A4F is #A6D5B0. Grayscale: #3C3C3C. Windows color (decimal): -10933681 or 5188185. OLE color: 5188185.

HSL color Cylindrical-coordinate representation of color #592A4F: hue angle of 312.77º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A4F is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB894279-
CMYK00.530.110.65
HSL312.77º35.88%25.69%-
HSV(B)312.77º52.81%34.9%-
XYZ6.364.347.9-
YUV60.27138.57148.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=42.38%
G=20%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89427900.530.110.65312.7735.8825.69
Hex592A4F035B41139241a
Octal13152117065131014714432
Binary1011001101010100111101101011011100000110011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A4F; }

 p { color: rgb(89,42,79); }

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

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

 a { background-color: rgb(89,42,79); }

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

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

 span { border-color: rgb(89,42,79); }

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