#573049

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

Shades of Loulou #573049

Tints of Loulou #573049

Color information

#573049 (or 0x573049) is unknown color: approx Loulou. HEX triplet: 57, 30 and 49. RGB value is (87,48,73). Sum of RGB (Red+Green+Blue) = 87+48+73=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #573049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573049 is #A8CFB6. Grayscale: #3E3E3E. Windows color (decimal): -11063223 or 4796503. OLE color: 4796503.

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

Color convert

RGB874873-
CMYK00.450.160.66
HSL321.54º28.89%26.47%-
HSV(B)321.54º44.83%34.12%-
XYZ6.194.626.87-
YUV62.51133.92145.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=41.83%
G=23.08%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87487300.450.160.66321.5428.8926.47
Hex57304902D10421421d1a
Octal12760111055201025023532
Binary1010111110000100100101011011000010000101010000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573049; }

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

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

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

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

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

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

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

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