#571E3E

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

Shades of Pompadour #571E3E

Tints of Pompadour #571E3E

Color information

#571E3E (or 0x571E3E) is unknown color: approx Pompadour. HEX triplet: 57, 1E and 3E. RGB value is (87,30,62). Sum of RGB (Red+Green+Blue) = 87+30+62=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #571E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E3E is #A8E1C1. Grayscale: #323232. Windows color (decimal): -11067842 or 4070999. OLE color: 4070999.

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

Color convert

RGB873062-
CMYK00.660.290.66
HSL326.32º48.72%22.94%-
HSV(B)326.32º65.52%34.12%-
XYZ5.263.34.92-
YUV50.69134.38153.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=48.60%
G=16.76%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87306200.660.290.66326.3248.7222.94
Hex571E3E0421D421463117
Octal12736760102351025066127
Binary1010111111101111100100001011101100001010100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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