#592A4A

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

Shades of Loulou #592A4A

Tints of Loulou #592A4A

Color information

#592A4A (or 0x592A4A) is unknown color: approx Loulou. HEX triplet: 59, 2A and 4A. RGB value is (89,42,74). Sum of RGB (Red+Green+Blue) = 89+42+74=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A4A is #A6D5B5. Grayscale: #3B3B3B. Windows color (decimal): -10933686 or 4860505. OLE color: 4860505.

HSL color Cylindrical-coordinate representation of color #592A4A: hue angle of 319.15º 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 #592A4A is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB894274-
CMYK00.530.170.65
HSL319.15º35.88%25.69%-
HSV(B)319.15º52.81%34.9%-
XYZ6.184.276.98-
YUV59.7136.07148.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=43.41%
G=20.49%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89427400.530.170.65319.1535.8825.69
Hex592A4A035114113f241a
Octal13152112065211014774432
Binary10110011010101001010011010110001100000110011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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