#59264A

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

Shades of Loulou #59264A

Tints of Loulou #59264A

Color information

#59264A (or 0x59264A) is unknown color: approx Loulou. HEX triplet: 59, 26 and 4A. RGB value is (89,38,74). Sum of RGB (Red+Green+Blue) = 89+38+74=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59264A is #A6D9B5. Grayscale: #393939. Windows color (decimal): -10934710 or 4859481. OLE color: 4859481.

HSL color Cylindrical-coordinate representation of color #59264A: hue angle of 317.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59264A is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB893874-
CMYK00.570.170.65
HSL317.65º40.16%24.9%-
HSV(B)317.65º57.3%34.9%-
XYZ6.0546.93-
YUV57.35137.4150.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=44.28%
G=18.91%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89387400.570.170.65317.6540.1624.9
Hex59264A039114113e2819
Octal13146112071211014765031
Binary10110011001101001010011100110001100000110011111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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