#59334A

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

Shades of Loulou #59334A

Tints of Loulou #59334A

Color information

#59334A (or 0x59334A) is unknown color: approx Loulou. HEX triplet: 59, 33 and 4A. RGB value is (89,51,74). Sum of RGB (Red+Green+Blue) = 89+51+74=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #59334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59334A is #A6CCB5. Grayscale: #404040. Windows color (decimal): -10931382 or 4862809. OLE color: 4862809.

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

Color convert

RGB895174-
CMYK00.430.170.65
HSL323.68º27.14%27.45%-
HSV(B)323.68º42.7%34.9%-
XYZ6.544.997.1-
YUV64.98133.09145.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=41.59%
G=23.83%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89517400.430.170.65323.6827.1427.45
Hex59334A02B11411441b1b
Octal13163112053211015043333
Binary1011001110011100101001010111000110000011010001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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