#59254A

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

Shades of Loulou #59254A

Tints of Loulou #59254A

Color information

#59254A (or 0x59254A) is unknown color: approx Loulou. HEX triplet: 59, 25 and 4A. RGB value is (89,37,74). Sum of RGB (Red+Green+Blue) = 89+37+74=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59254A is #A6DAB5. Grayscale: #383838. Windows color (decimal): -10934966 or 4859225. OLE color: 4859225.

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

Color convert

RGB893774-
CMYK00.580.170.65
HSL317.31º41.27%24.71%-
HSV(B)317.31º58.43%34.9%-
XYZ6.023.946.92-
YUV56.77137.73150.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 74 (29.30% from 255) = 37%
R=44.5%
G=18.5%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89377400.580.170.65317.3141.2724.71
Hex59254A03A114113d2919
Octal13145112072211014755131
Binary10110011001011001010011101010001100000110011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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