#571949

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

Shades of Loulou #571949

Tints of Loulou #571949

Color information

#571949 (or 0x571949) is unknown color: approx Loulou. HEX triplet: 57, 19 and 49. RGB value is (87,25,73). Sum of RGB (Red+Green+Blue) = 87+25+73=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571949 is #A8E6B6. Grayscale: #303030. Windows color (decimal): -11069111 or 4790615. OLE color: 4790615.

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

Color convert

RGB872573-
CMYK00.710.160.66
HSL313.55º55.36%21.96%-
HSV(B)313.55º71.26%34.12%-
XYZ5.483.26.63-
YUV49.01141.54155.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=47.03%
G=13.51%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87257300.710.160.66313.5555.3621.96
Hex571949047104213a3716
Octal127311110107201024726726
Binary10101111100110010010100011110000100001010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571949; }

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

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

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

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

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

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

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

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