#571740

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

Shades of Pompadour #571740

Tints of Pompadour #571740

Color information

#571740 (or 0x571740) is unknown color: approx Pompadour. HEX triplet: 57, 17 and 40. RGB value is (87,23,64). Sum of RGB (Red+Green+Blue) = 87+23+64=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #571740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571740 is #A8E8BF. Grayscale: #2E2E2E. Windows color (decimal): -11069632 or 4200279. OLE color: 4200279.

HSL color Cylindrical-coordinate representation of color #571740: hue angle of 321.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571740 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB872364-
CMYK00.740.260.66
HSL321.56º58.18%21.57%-
HSV(B)321.56º73.56%34.12%-
XYZ5.163.015.16-
YUV46.81137.7156.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=50%
G=13.22%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87236400.740.260.66321.5658.1821.57
Hex57174004A1A421423a16
Octal127271000112321025027226
Binary10101111011110000000100101011010100001010100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571740; }

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

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

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

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

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

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

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

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