#59344B

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

Shades of Loulou #59344B

Tints of Loulou #59344B

Color information

#59344B (or 0x59344B) is unknown color: approx Loulou. HEX triplet: 59, 34 and 4B. RGB value is (89,52,75). Sum of RGB (Red+Green+Blue) = 89+52+75=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #59344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59344B is #A6CBB4. Grayscale: #414141. Windows color (decimal): -10931125 or 4928601. OLE color: 4928601.

HSL color Cylindrical-coordinate representation of color #59344B: hue angle of 322.7º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59344B is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB895275-
CMYK00.420.160.65
HSL322.7º26.24%27.65%-
HSV(B)322.7º41.57%34.9%-
XYZ6.625.097.29-
YUV65.68133.26144.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=41.20%
G=24.07%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89527500.420.160.65322.726.2427.65
Hex59344B02A10411431a1c
Octal13164113052201015033234
Binary1011001110100100101101010101000010000011010000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59344B; }

 p { color: rgb(89,52,75); }

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

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

 a { background-color: rgb(89,52,75); }

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

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

 span { border-color: rgb(89,52,75); }

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