#571F40

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

Shades of Pompadour #571F40

Tints of Pompadour #571F40

Color information

#571F40 (or 0x571F40) is unknown color: approx Pompadour. HEX triplet: 57, 1F and 40. RGB value is (87,31,64). Sum of RGB (Red+Green+Blue) = 87+31+64=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #571F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F40 is #A8E0BF. Grayscale: #333333. Windows color (decimal): -11067584 or 4202327. OLE color: 4202327.

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

Color convert

RGB873164-
CMYK00.640.260.66
HSL324.64º47.46%23.14%-
HSV(B)324.64º64.37%34.12%-
XYZ5.353.385.22-
YUV51.51135.05153.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=47.80%
G=17.03%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87316400.640.260.66324.6447.4623.14
Hex571F400401A421452f17
Octal127371000100321025055727
Binary10101111111110000000100000011010100001010100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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