#571742

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

Shades of Pompadour #571742

Tints of Pompadour #571742

Color information

#571742 (or 0x571742) is unknown color: approx Pompadour. HEX triplet: 57, 17 and 42. RGB value is (87,23,66). Sum of RGB (Red+Green+Blue) = 87+23+66=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571742 is #A8E8BD. Grayscale: #2E2E2E. Windows color (decimal): -11069630 or 4331351. OLE color: 4331351.

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

Color convert

RGB872366-
CMYK00.740.240.66
HSL319.69º58.18%21.57%-
HSV(B)319.69º73.56%34.12%-
XYZ5.223.035.46-
YUV47.04138.7156.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=49.43%
G=13.07%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87236600.740.240.66319.6958.1821.57
Hex57174204A18421403a16
Octal127271020112301025007226
Binary10101111011110000100100101011000100001010100000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571742; }

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

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

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

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

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

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

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

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