#573449

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

Shades of Loulou #573449

Tints of Loulou #573449

Color information

#573449 (or 0x573449) is unknown color: approx Loulou. HEX triplet: 57, 34 and 49. RGB value is (87,52,73). Sum of RGB (Red+Green+Blue) = 87+52+73=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #573449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573449 is #A8CBB6. Grayscale: #404040. Windows color (decimal): -11062199 or 4797527. OLE color: 4797527.

HSL color Cylindrical-coordinate representation of color #573449: hue angle of 324º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #573449 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB875273-
CMYK00.400.160.66
HSL324º25.18%27.25%-
HSV(B)324º40.23%34.12%-
XYZ6.364.966.93-
YUV64.86132.6143.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=41.04%
G=24.53%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87527300.400.160.6632425.1827.25
Hex5734490281042144191b
Octal12764111050201025043133
Binary1010111110100100100101010001000010000101010001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573449; }

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

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

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

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

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

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

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

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