#571F4A

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

Shades of Loulou #571F4A

Tints of Loulou #571F4A

Color information

#571F4A (or 0x571F4A) is unknown color: approx Loulou. HEX triplet: 57, 1F and 4A. RGB value is (87,31,74). Sum of RGB (Red+Green+Blue) = 87+31+74=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #571F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F4A is #A8E0B5. Grayscale: #343434. Windows color (decimal): -11067574 or 4857687. OLE color: 4857687.

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

Color convert

RGB873174-
CMYK00.640.150.66
HSL313.93º47.46%23.14%-
HSV(B)313.93º64.37%34.12%-
XYZ5.663.56.86-
YUV52.65140.05152.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=45.31%
G=16.15%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87317400.640.150.66313.9347.4623.14
Hex571F4A040F4213a2f17
Octal127371120100171024725727
Binary1010111111111001010010000001111100001010011101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,31,74); }

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

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

 a { background-color: rgb(87,31,74); }

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

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

 span { border-color: rgb(87,31,74); }

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