#571D3E

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

Shades of Pompadour #571D3E

Tints of Pompadour #571D3E

Color information

#571D3E (or 0x571D3E) is unknown color: approx Pompadour. HEX triplet: 57, 1D and 3E. RGB value is (87,29,62). Sum of RGB (Red+Green+Blue) = 87+29+62=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D3E is #A8E2C1. Grayscale: #323232. Windows color (decimal): -11068098 or 4070743. OLE color: 4070743.

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

Color convert

RGB872962-
CMYK00.670.290.66
HSL325.86º50%22.75%-
HSV(B)325.86º66.67%34.12%-
XYZ5.243.254.91-
YUV50.1134.72154.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=48.88%
G=16.29%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87296200.670.290.66325.865022.75
Hex571D3E0431D421463217
Octal12735760103351025066227
Binary1010111111011111100100001111101100001010100011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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