#571D40

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

Shades of Pompadour #571D40

Tints of Pompadour #571D40

Color information

#571D40 (or 0x571D40) is unknown color: approx Pompadour. HEX triplet: 57, 1D and 40. RGB value is (87,29,64). Sum of RGB (Red+Green+Blue) = 87+29+64=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #571D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D40 is #A8E2BF. Grayscale: #323232. Windows color (decimal): -11068096 or 4201815. OLE color: 4201815.

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

Color convert

RGB872964-
CMYK00.670.260.66
HSL323.79º50%22.75%-
HSV(B)323.79º66.67%34.12%-
XYZ5.33.285.2-
YUV50.33135.72154.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 29 (11.72% from 255) = 16.11%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=48.33%
G=16.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87296400.670.260.66323.795022.75
Hex571D400431A421443217
Octal127351000103321025046227
Binary10101111110110000000100001111010100001010100010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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