#571C46

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

Shades of Loulou #571C46

Tints of Loulou #571C46

Color information

#571C46 (or 0x571C46) is unknown color: approx Loulou. HEX triplet: 57, 1C and 46. RGB value is (87,28,70). Sum of RGB (Red+Green+Blue) = 87+28+70=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C46 is #A8E3B9. Grayscale: #323232. Windows color (decimal): -11068346 or 4594775. OLE color: 4594775.

HSL color Cylindrical-coordinate representation of color #571C46: hue angle of 317.29º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C46 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB872870-
CMYK00.680.200.66
HSL317.29º51.3%22.55%-
HSV(B)317.29º67.82%34.12%-
XYZ5.453.36.14-
YUV50.43139.05154.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=47.03%
G=15.14%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87287000.680.200.66317.2951.322.55
Hex571C46044144213d3317
Octal127341060104241024756327
Binary10101111110010001100100010010100100001010011110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571C46; }

 p { color: rgb(87,28,70); }

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

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

 a { background-color: rgb(87,28,70); }

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

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

 span { border-color: rgb(87,28,70); }

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