#59214C

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

Shades of Loulou #59214C

Tints of Loulou #59214C

Color information

#59214C (or 0x59214C) is unknown color: approx Loulou. HEX triplet: 59, 21 and 4C. RGB value is (89,33,76). Sum of RGB (Red+Green+Blue) = 89+33+76=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59214C is #A6DEB3. Grayscale: #363636. Windows color (decimal): -10935988 or 4989273. OLE color: 4989273.

HSL color Cylindrical-coordinate representation of color #59214C: hue angle of 313.93º 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 #59214C is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB893376-
CMYK00.630.150.65
HSL313.93º45.9%23.92%-
HSV(B)313.93º62.92%34.9%-
XYZ5.973.737.24-
YUV54.65140.05152.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=44.95%
G=16.67%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89337600.630.150.65313.9345.923.92
Hex59214C03FF4113a2e18
Octal13141114077171014725630
Binary1011001100001100110001111111111100000110011101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59214C; }

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

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

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

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

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

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

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

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