#571A3B

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

Shades of Pompadour #571A3B

Tints of Pompadour #571A3B

Color information

#571A3B (or 0x571A3B) is unknown color: approx Pompadour. HEX triplet: 57, 1A and 3B. RGB value is (87,26,59). Sum of RGB (Red+Green+Blue) = 87+26+59=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #571A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A3B is #A8E5C4. Grayscale: #2F2F2F. Windows color (decimal): -11068869 or 3873367. OLE color: 3873367.

HSL color Cylindrical-coordinate representation of color #571A3B: hue angle of 327.54º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A3B is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB872659-
CMYK00.700.320.66
HSL327.54º53.98%22.16%-
HSV(B)327.54º70.11%34.12%-
XYZ5.093.084.46-
YUV48134.21155.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=50.58%
G=15.12%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87265900.700.320.66327.5453.9822.16
Hex571A3B04620421483616
Octal12732730106401025106626
Binary10101111101011101101000110100000100001010100100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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