#592C4F

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

Shades of Loulou #592C4F

Tints of Loulou #592C4F

Color information

#592C4F (or 0x592C4F) is unknown color: approx Loulou. HEX triplet: 59, 2C and 4F. RGB value is (89,44,79). Sum of RGB (Red+Green+Blue) = 89+44+79=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C4F is #A6D3B0. Grayscale: #3D3D3D. Windows color (decimal): -10933169 or 5188697. OLE color: 5188697.

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

Color convert

RGB894479-
CMYK00.510.110.65
HSL313.33º33.83%26.08%-
HSV(B)313.33º50.56%34.9%-
XYZ6.434.497.92-
YUV61.44137.91147.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=41.98%
G=20.75%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89447900.510.110.65313.3333.8326.08
Hex592C4F033B41139221a
Octal13154117063131014714232
Binary1011001101100100111101100111011100000110011100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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