#571E3B

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

Shades of Pompadour #571E3B

Tints of Pompadour #571E3B

Color information

#571E3B (or 0x571E3B) is unknown color: approx Pompadour. HEX triplet: 57, 1E and 3B. RGB value is (87,30,59). Sum of RGB (Red+Green+Blue) = 87+30+59=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E3B is #A8E1C4. Grayscale: #323232. Windows color (decimal): -11067845 or 3874391. OLE color: 3874391.

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

Color convert

RGB873059-
CMYK00.660.320.66
HSL329.47º48.72%22.94%-
HSV(B)329.47º65.52%34.12%-
XYZ5.183.274.5-
YUV50.35132.88154.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=49.43%
G=17.05%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87305900.660.320.66329.4748.7222.94
Hex571E3B04220421493117
Octal12736730102401025116127
Binary10101111111011101101000010100000100001010100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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