#571642

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

Shades of Pompadour #571642

Tints of Pompadour #571642

Color information

#571642 (or 0x571642) is unknown color: approx Pompadour. HEX triplet: 57, 16 and 42. RGB value is (87,22,66). Sum of RGB (Red+Green+Blue) = 87+22+66=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571642 is #A8E9BD. Grayscale: #2E2E2E. Windows color (decimal): -11069886 or 4331095. OLE color: 4331095.

HSL color Cylindrical-coordinate representation of color #571642: hue angle of 319.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571642 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB872266-
CMYK00.750.240.66
HSL319.38º59.63%21.37%-
HSV(B)319.38º74.71%34.12%-
XYZ5.22.995.46-
YUV46.45139.03156.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=49.71%
G=12.57%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87226600.750.240.66319.3859.6321.37
Hex57164204B184213f3c15
Octal127261020113301024777425
Binary10101111011010000100100101111000100001010011111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571642; }

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

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

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

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

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

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

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

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