#59214D

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

Shades of Loulou #59214D

Tints of Loulou #59214D

Color information

#59214D (or 0x59214D) is unknown color: approx Loulou. HEX triplet: 59, 21 and 4D. RGB value is (89,33,77). Sum of RGB (Red+Green+Blue) = 89+33+77=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59214D is #A6DEB2. Grayscale: #363636. Windows color (decimal): -10935987 or 5054809. OLE color: 5054809.

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

Color convert

RGB893377-
CMYK00.630.130.65
HSL312.86º45.9%23.92%-
HSV(B)312.86º62.92%34.9%-
XYZ63.757.43-
YUV54.76140.55152.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=44.72%
G=16.58%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89337700.630.130.65312.8645.923.92
Hex59214D03FD411392e18
Octal13141115077151014715630
Binary1011001100001100110101111111101100000110011100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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