#572D51

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

Shades of Loulou #572D51

Tints of Loulou #572D51

Color information

#572D51 (or 0x572D51) is unknown color: approx Loulou. HEX triplet: 57, 2D and 51. RGB value is (87,45,81). Sum of RGB (Red+Green+Blue) = 87+45+81=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #572D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572D51 is #A8D2AE. Grayscale: #3D3D3D. Windows color (decimal): -11063983 or 5320023. OLE color: 5320023.

HSL color Cylindrical-coordinate representation of color #572D51: hue angle of 308.57º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #572D51 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB874581-
CMYK00.480.070.66
HSL308.57º31.82%25.88%-
HSV(B)308.57º48.28%34.12%-
XYZ6.354.58.32-
YUV61.66138.91146.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=40.85%
G=21.13%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87458100.480.070.66308.5731.8225.88
Hex572D51030742135201a
Octal1275512106071024654032
Binary101011110110110100010110000111100001010011010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572D51; }

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

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

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

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

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

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

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

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