#573148

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

Shades of Loulou #573148

Tints of Loulou #573148

Color information

#573148 (or 0x573148) is unknown color: approx Loulou. HEX triplet: 57, 31 and 48. RGB value is (87,49,72). Sum of RGB (Red+Green+Blue) = 87+49+72=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #573148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573148 is #A8CEB7. Grayscale: #3E3E3E. Windows color (decimal): -11062968 or 4731223. OLE color: 4731223.

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

Color convert

RGB874972-
CMYK00.440.170.66
HSL323.68º27.94%26.67%-
HSV(B)323.68º43.68%34.12%-
XYZ6.24.696.71-
YUV62.98133.09145.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=41.83%
G=23.56%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87497200.440.170.66323.6827.9426.67
Hex57314802C11421441c1b
Octal12761110054211025043433
Binary1010111110001100100001011001000110000101010001001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573148; }

 p { color: rgb(87,49,72); }

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

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

 a { background-color: rgb(87,49,72); }

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

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

 span { border-color: rgb(87,49,72); }

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