#572951

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

Shades of Loulou #572951

Tints of Loulou #572951

Color information

#572951 (or 0x572951) is unknown color: approx Loulou. HEX triplet: 57, 29 and 51. RGB value is (87,41,81). Sum of RGB (Red+Green+Blue) = 87+41+81=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #572951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572951 is #A8D6AE. Grayscale: #3B3B3B. Windows color (decimal): -11065007 or 5318999. OLE color: 5318999.

HSL color Cylindrical-coordinate representation of color #572951: hue angle of 307.83º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572951 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB874181-
CMYK00.530.070.66
HSL307.83º35.94%25.1%-
HSV(B)307.83º52.87%34.12%-
XYZ6.214.218.27-
YUV59.31140.24147.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=41.63%
G=19.62%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87418100.530.070.66307.8335.9425.1
Hex5729510357421342419
Octal1275112106571024644431
Binary101011110100110100010110101111100001010011010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572951; }

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

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

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

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

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

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

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

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