#870B4A

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

Shades of Pompadour #870B4A

Tints of Pompadour #870B4A

Color information

#870B4A (or 0x870B4A) is unknown color: approx Pompadour. HEX triplet: 87, 0B and 4A. RGB value is (135,11,74). Sum of RGB (Red+Green+Blue) = 135+11+74=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #870B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B4A is #78F4B5. Grayscale: #373737. Windows color (decimal): -7926966 or 4852615. OLE color: 4852615.

HSL color Cylindrical-coordinate representation of color #870B4A: hue angle of 329.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B4A is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1351174-
CMYK00.920.450.47
HSL329.52º84.93%28.63%-
HSV(B)329.52º91.85%52.94%-
XYZ11.355.887.02-
YUV55.26138.58184.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 11 (4.69% from 255) = 5%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=61.36%
G=5%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135117400.920.450.47329.5284.9328.63
Hex87B4A05C2D2F14a551d
Octal207131120134555751212535
Binary100001111011100101001011100101101101111101001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,11,74); }

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

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

 a { background-color: rgb(135,11,74); }

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

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

 span { border-color: rgb(135,11,74); }

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