#571A40

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

Shades of Pompadour #571A40

Tints of Pompadour #571A40

Color information

#571A40 (or 0x571A40) is unknown color: approx Pompadour. HEX triplet: 57, 1A and 40. RGB value is (87,26,64). Sum of RGB (Red+Green+Blue) = 87+26+64=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A40 is #A8E5BF. Grayscale: #303030. Windows color (decimal): -11068864 or 4201047. OLE color: 4201047.

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

Color convert

RGB872664-
CMYK00.700.260.66
HSL322.62º53.98%22.16%-
HSV(B)322.62º70.11%34.12%-
XYZ5.233.145.18-
YUV48.57136.71155.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=49.15%
G=14.69%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87266400.700.260.66322.6253.9822.16
Hex571A400461A421433616
Octal127321000106321025036626
Binary10101111101010000000100011011010100001010100001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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