#572947

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

Shades of Loulou #572947

Tints of Loulou #572947

Color information

#572947 (or 0x572947) is unknown color: approx Loulou. HEX triplet: 57, 29 and 47. RGB value is (87,41,71). Sum of RGB (Red+Green+Blue) = 87+41+71=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #572947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572947 is #A8D6B8. Grayscale: #3A3A3A. Windows color (decimal): -11065017 or 4663639. OLE color: 4663639.

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

Color convert

RGB874171-
CMYK00.530.180.66
HSL320.87º35.94%25.1%-
HSV(B)320.87º52.87%34.12%-
XYZ5.864.076.44-
YUV58.17135.24148.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=43.72%
G=20.60%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87417100.530.180.66320.8735.9425.1
Hex57294703512421412419
Octal12751107065221025014431
Binary10101111010011000111011010110010100001010100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572947; }

 p { color: rgb(87,41,71); }

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

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

 a { background-color: rgb(87,41,71); }

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

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

 span { border-color: rgb(87,41,71); }

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