#59254D

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

Shades of Loulou #59254D

Tints of Loulou #59254D

Color information

#59254D (or 0x59254D) is unknown color: approx Loulou. HEX triplet: 59, 25 and 4D. RGB value is (89,37,77). Sum of RGB (Red+Green+Blue) = 89+37+77=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59254D is #A6DAB2. Grayscale: #393939. Windows color (decimal): -10934963 or 5055833. OLE color: 5055833.

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

Color convert

RGB893777-
CMYK00.580.130.65
HSL313.85º41.27%24.71%-
HSV(B)313.85º58.43%34.9%-
XYZ6.123.987.47-
YUV57.11139.23150.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=43.84%
G=18.23%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89377700.580.130.65313.8541.2724.71
Hex59254D03AD4113a2919
Octal13145115072151014725131
Binary1011001100101100110101110101101100000110011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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