#572E4E

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

Shades of Loulou #572E4E

Tints of Loulou #572E4E

Color information

#572E4E (or 0x572E4E) is unknown color: approx Loulou. HEX triplet: 57, 2E and 4E. RGB value is (87,46,78). Sum of RGB (Red+Green+Blue) = 87+46+78=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #572E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E4E is #A8D1B1. Grayscale: #3D3D3D. Windows color (decimal): -11063730 or 5123671. OLE color: 5123671.

HSL color Cylindrical-coordinate representation of color #572E4E: hue angle of 313.17º 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 #572E4E is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB874678-
CMYK00.470.100.66
HSL313.17º30.83%26.08%-
HSV(B)313.17º47.13%34.12%-
XYZ6.284.537.75-
YUV61.91137.08145.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=41.23%
G=21.80%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87467800.470.100.66313.1730.8326.08
Hex572E4E02FA421391f1a
Octal12756116057121024713732
Binary101011110111010011100101111101010000101001110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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