#870A46

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

Shades of Pompadour #870A46

Tints of Pompadour #870A46

Color information

#870A46 (or 0x870A46) is unknown color: approx Pompadour. HEX triplet: 87, 0A and 46. RGB value is (135,10,70). Sum of RGB (Red+Green+Blue) = 135+10+70=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #870A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A46 is #78F5B9. Grayscale: #363636. Windows color (decimal): -7927226 or 4590215. OLE color: 4590215.

HSL color Cylindrical-coordinate representation of color #870A46: hue angle of 331.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A46 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1351070-
CMYK00.930.480.47
HSL331.2º86.21%28.43%-
HSV(B)331.2º92.59%52.94%-
XYZ11.215.816.33-
YUV54.21136.91185.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=62.79%
G=4.65%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135107000.930.480.47331.286.2128.43
Hex87A4605D302F14b561c
Octal207121060135605751312634
Binary100001111010100011001011101110000101111101001011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870A46; }

 p { color: rgb(135,10,70); }

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

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

 a { background-color: rgb(135,10,70); }

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

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

 span { border-color: rgb(135,10,70); }

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