#572E48

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

Shades of Loulou #572E48

Tints of Loulou #572E48

Color information

#572E48 (or 0x572E48) is unknown color: approx Loulou. HEX triplet: 57, 2E and 48. RGB value is (87,46,72). Sum of RGB (Red+Green+Blue) = 87+46+72=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #572E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E48 is #A8D1B7. Grayscale: #3D3D3D. Windows color (decimal): -11063736 or 4730455. OLE color: 4730455.

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

Color convert

RGB874672-
CMYK00.470.170.66
HSL321.95º30.83%26.08%-
HSV(B)321.95º47.13%34.12%-
XYZ6.084.456.67-
YUV61.22134.08146.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=42.44%
G=22.44%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87467200.470.170.66321.9530.8326.08
Hex572E4802F11421421f1a
Octal12756110057211025023732
Binary1010111101110100100001011111000110000101010000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,46,72); }

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

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

 a { background-color: rgb(87,46,72); }

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

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

 span { border-color: rgb(87,46,72); }

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