#572B4A

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

Shades of Loulou #572B4A

Tints of Loulou #572B4A

Color information

#572B4A (or 0x572B4A) is unknown color: approx Loulou. HEX triplet: 57, 2B and 4A. RGB value is (87,43,74). Sum of RGB (Red+Green+Blue) = 87+43+74=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #572B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B4A is #A8D4B5. Grayscale: #3B3B3B. Windows color (decimal): -11064502 or 4860759. OLE color: 4860759.

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

Color convert

RGB874374-
CMYK00.510.150.66
HSL317.73º33.85%25.49%-
HSV(B)317.73º50.57%34.12%-
XYZ6.034.256.98-
YUV59.69136.08147.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=42.65%
G=21.08%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87437400.510.150.66317.7333.8525.49
Hex572B4A033F4213e2219
Octal12753112063171024764231
Binary1010111101011100101001100111111100001010011111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,74); }

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

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

 a { background-color: rgb(87,43,74); }

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

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

 span { border-color: rgb(87,43,74); }

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