#572249

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

Shades of Loulou #572249

Tints of Loulou #572249

Color information

#572249 (or 0x572249) is unknown color: approx Loulou. HEX triplet: 57, 22 and 49. RGB value is (87,34,73). Sum of RGB (Red+Green+Blue) = 87+34+73=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572249 is #A8DDB6. Grayscale: #363636. Windows color (decimal): -11066807 or 4792919. OLE color: 4792919.

HSL color Cylindrical-coordinate representation of color #572249: hue angle of 315.85º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572249 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB873473-
CMYK00.610.160.66
HSL315.85º43.8%23.73%-
HSV(B)315.85º60.92%34.12%-
XYZ5.713.656.71-
YUV54.29138.56151.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=44.85%
G=17.53%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87347300.610.160.66315.8543.823.73
Hex57224903D104213c2c18
Octal12742111075201024745430
Binary10101111000101001001011110110000100001010011110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572249; }

 p { color: rgb(87,34,73); }

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

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

 a { background-color: rgb(87,34,73); }

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

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

 span { border-color: rgb(87,34,73); }

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