#59254C

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

Shades of Loulou #59254C

Tints of Loulou #59254C

Color information

#59254C (or 0x59254C) is unknown color: approx Loulou. HEX triplet: 59, 25 and 4C. RGB value is (89,37,76). Sum of RGB (Red+Green+Blue) = 89+37+76=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59254C is #A6DAB3. Grayscale: #383838. Windows color (decimal): -10934964 or 4990297. OLE color: 4990297.

HSL color Cylindrical-coordinate representation of color #59254C: hue angle of 315º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59254C is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB893776-
CMYK00.580.150.65
HSL315º41.27%24.71%-
HSV(B)315º58.43%34.9%-
XYZ6.093.977.28-
YUV56.99138.73150.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=44.06%
G=18.32%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89377600.580.150.6531541.2724.71
Hex59254C03AF4113b2919
Octal13145114072171014735131
Binary1011001100101100110001110101111100000110011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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