#571F44

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

Shades of Pompadour #571F44

Tints of Pompadour #571F44

Color information

#571F44 (or 0x571F44) is unknown color: approx Pompadour. HEX triplet: 57, 1F and 44. RGB value is (87,31,68). Sum of RGB (Red+Green+Blue) = 87+31+68=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #571F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F44 is #A8E0BB. Grayscale: #333333. Windows color (decimal): -11067580 or 4464471. OLE color: 4464471.

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

Color convert

RGB873168-
CMYK00.640.220.66
HSL320.36º47.46%23.14%-
HSV(B)320.36º64.37%34.12%-
XYZ5.463.425.84-
YUV51.96137.05152.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=46.77%
G=16.67%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87316800.640.220.66320.3647.4623.14
Hex571F4404016421402f17
Octal127371040100261025005727
Binary10101111111110001000100000010110100001010100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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