#572449

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

Shades of Loulou #572449

Tints of Loulou #572449

Color information

#572449 (or 0x572449) is unknown color: approx Loulou. HEX triplet: 57, 24 and 49. RGB value is (87,36,73). Sum of RGB (Red+Green+Blue) = 87+36+73=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #572449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572449 is #A8DBB6. Grayscale: #373737. Windows color (decimal): -11066295 or 4793431. OLE color: 4793431.

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

Color convert

RGB873673-
CMYK00.590.160.66
HSL316.47º41.46%24.12%-
HSV(B)316.47º58.62%34.12%-
XYZ5.763.776.73-
YUV55.47137.9150.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=44.39%
G=18.37%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87367300.590.160.66316.4741.4624.12
Hex57244903B104213c2918
Octal12744111073201024745130
Binary10101111001001001001011101110000100001010011110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572449; }

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

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

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

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

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

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

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

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