#571F41

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

Shades of Pompadour #571F41

Tints of Pompadour #571F41

Color information

#571F41 (or 0x571F41) is unknown color: approx Pompadour. HEX triplet: 57, 1F and 41. RGB value is (87,31,65). Sum of RGB (Red+Green+Blue) = 87+31+65=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #571F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F41 is #A8E0BE. Grayscale: #333333. Windows color (decimal): -11067583 or 4267863. OLE color: 4267863.

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

Color convert

RGB873165-
CMYK00.640.250.66
HSL323.57º47.46%23.14%-
HSV(B)323.57º64.37%34.12%-
XYZ5.373.395.37-
YUV51.62135.55153.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=47.54%
G=16.94%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87316500.640.250.66323.5747.4623.14
Hex571F4104019421442f17
Octal127371010100311025045727
Binary10101111111110000010100000011001100001010100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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