#592951

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

Shades of Loulou #592951

Tints of Loulou #592951

Color information

#592951 (or 0x592951) is unknown color: approx Loulou. HEX triplet: 59, 29 and 51. RGB value is (89,41,81). Sum of RGB (Red+Green+Blue) = 89+41+81=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592951 is #A6D6AE. Grayscale: #3B3B3B. Windows color (decimal): -10933935 or 5319001. OLE color: 5319001.

HSL color Cylindrical-coordinate representation of color #592951: hue angle of 310º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #592951 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB894181-
CMYK00.540.090.65
HSL310º36.92%25.49%-
HSV(B)310º53.93%34.9%-
XYZ6.44.38.28-
YUV59.91139.9148.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=42.18%
G=19.43%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89418100.540.090.6531036.9225.49
Hex5929510369411362519
Octal13151121066111014664531
Binary1011001101001101000101101101001100000110011011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592951; }

 p { color: rgb(89,41,81); }

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

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

 a { background-color: rgb(89,41,81); }

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

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

 span { border-color: rgb(89,41,81); }

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