#59184A

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

Shades of Loulou #59184A

Tints of Loulou #59184A

Color information

#59184A (or 0x59184A) is unknown color: approx Loulou. HEX triplet: 59, 18 and 4A. RGB value is (89,24,74). Sum of RGB (Red+Green+Blue) = 89+24+74=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59184A is #A6E7B5. Grayscale: #313131. Windows color (decimal): -10938294 or 4855897. OLE color: 4855897.

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

Color convert

RGB892474-
CMYK00.730.170.65
HSL313.85º57.52%22.16%-
HSV(B)313.85º73.03%34.9%-
XYZ5.683.276.81-
YUV49.14142.03156.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=47.59%
G=12.83%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89247400.730.170.65313.8557.5222.16
Hex59184A049114113a3a16
Octal131301120111211014727226
Binary10110011100010010100100100110001100000110011101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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