#571D3C

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

Shades of Pompadour #571D3C

Tints of Pompadour #571D3C

Color information

#571D3C (or 0x571D3C) is unknown color: approx Pompadour. HEX triplet: 57, 1D and 3C. RGB value is (87,29,60). Sum of RGB (Red+Green+Blue) = 87+29+60=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D3C is #A8E2C3. Grayscale: #313131. Windows color (decimal): -11068100 or 3939671. OLE color: 3939671.

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

Color convert

RGB872960-
CMYK00.670.310.66
HSL327.93º50%22.75%-
HSV(B)327.93º66.67%34.12%-
XYZ5.193.234.63-
YUV49.88133.72154.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=49.43%
G=16.48%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87296000.670.310.66327.935022.75
Hex571D3C0431F421483217
Octal12735740103371025106227
Binary1010111111011111000100001111111100001010100100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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