#59214F

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

Shades of Loulou #59214F

Tints of Loulou #59214F

Color information

#59214F (or 0x59214F) is unknown color: approx Loulou. HEX triplet: 59, 21 and 4F. RGB value is (89,33,79). Sum of RGB (Red+Green+Blue) = 89+33+79=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59214F is #A6DEB0. Grayscale: #363636. Windows color (decimal): -10935985 or 5185881. OLE color: 5185881.

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

Color convert

RGB893379-
CMYK00.630.110.65
HSL310.71º45.9%23.92%-
HSV(B)310.71º62.92%34.9%-
XYZ6.073.787.81-
YUV54.99141.55152.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=44.28%
G=16.42%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89337900.630.110.65310.7145.923.92
Hex59214F03FB411372e18
Octal13141117077131014675630
Binary1011001100001100111101111111011100000110011011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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