#572945

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

Shades of Loulou #572945

Tints of Loulou #572945

Color information

#572945 (or 0x572945) is unknown color: approx Loulou. HEX triplet: 57, 29 and 45. RGB value is (87,41,69). Sum of RGB (Red+Green+Blue) = 87+41+69=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #572945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572945 is #A8D6BA. Grayscale: #393939. Windows color (decimal): -11065019 or 4532567. OLE color: 4532567.

HSL color Cylindrical-coordinate representation of color #572945: hue angle of 323.48º 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 #572945 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB874169-
CMYK00.530.210.66
HSL323.48º35.94%25.1%-
HSV(B)323.48º52.87%34.12%-
XYZ5.84.046.1-
YUV57.95134.24148.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=44.16%
G=20.81%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87416900.530.210.66323.4835.9425.1
Hex57294503515421432419
Octal12751105065251025034431
Binary10101111010011000101011010110101100001010100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572945; }

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

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

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

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

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

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

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

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