#572C4B

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

Shades of Loulou #572C4B

Tints of Loulou #572C4B

Color information

#572C4B (or 0x572C4B) is unknown color: approx Loulou. HEX triplet: 57, 2C and 4B. RGB value is (87,44,75). Sum of RGB (Red+Green+Blue) = 87+44+75=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C4B is #A8D3B4. Grayscale: #3C3C3C. Windows color (decimal): -11064245 or 4926551. OLE color: 4926551.

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

Color convert

RGB874475-
CMYK00.490.140.66
HSL316.74º32.82%25.69%-
HSV(B)316.74º49.43%34.12%-
XYZ6.14.347.17-
YUV60.39136.25146.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=42.23%
G=21.36%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87447500.490.140.66316.7432.8225.69
Hex572C4B031E4213d211a
Octal12754113061161024754132
Binary1010111101100100101101100011110100001010011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,75); }

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

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

 a { background-color: rgb(87,44,75); }

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

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

 span { border-color: rgb(87,44,75); }

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