#571E44

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

Shades of Pompadour #571E44

Tints of Pompadour #571E44

Color information

#571E44 (or 0x571E44) is unknown color: approx Pompadour. HEX triplet: 57, 1E and 44. RGB value is (87,30,68). Sum of RGB (Red+Green+Blue) = 87+30+68=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E44 is #A8E1BB. Grayscale: #333333. Windows color (decimal): -11067836 or 4464215. OLE color: 4464215.

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

Color convert

RGB873068-
CMYK00.660.220.66
HSL320º48.72%22.94%-
HSV(B)320º65.52%34.12%-
XYZ5.443.375.83-
YUV51.38137.38153.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=47.03%
G=16.22%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87306800.660.220.6632048.7222.94
Hex571E4404216421403117
Octal127361040102261025006127
Binary10101111111010001000100001010110100001010100000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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