#571F4F

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

Shades of Loulou #571F4F

Tints of Loulou #571F4F

Color information

#571F4F (or 0x571F4F) is unknown color: approx Loulou. HEX triplet: 57, 1F and 4F. RGB value is (87,31,79). Sum of RGB (Red+Green+Blue) = 87+31+79=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #571F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571F4F is #A8E0B0. Grayscale: #353535. Windows color (decimal): -11067569 or 5185367. OLE color: 5185367.

HSL color Cylindrical-coordinate representation of color #571F4F: hue angle of 308.57º 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 #571F4F is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB873179-
CMYK00.640.090.66
HSL308.57º47.46%23.14%-
HSV(B)308.57º64.37%34.12%-
XYZ5.833.577.78-
YUV53.22142.55152.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=44.16%
G=15.74%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87317900.640.090.66308.5747.4623.14
Hex571F4F0409421352f17
Octal127371170100111024655727
Binary1010111111111001111010000001001100001010011010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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