#870B43

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

Shades of Pompadour #870B43

Tints of Pompadour #870B43

Color information

#870B43 (or 0x870B43) is unknown color: approx Pompadour. HEX triplet: 87, 0B and 43. RGB value is (135,11,67). Sum of RGB (Red+Green+Blue) = 135+11+67=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #870B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B43 is #78F4BC. Grayscale: #363636. Windows color (decimal): -7926973 or 4393863. OLE color: 4393863.

HSL color Cylindrical-coordinate representation of color #870B43: hue angle of 332.9º 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 #870B43 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1351167-
CMYK00.920.500.47
HSL332.9º84.93%28.63%-
HSV(B)332.9º91.85%52.94%-
XYZ11.125.85.84-
YUV54.46135.08185.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.38%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=63.38%
G=5.16%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135116700.920.500.47332.984.9328.63
Hex87B4305C322F14d551d
Octal207131030134625751512535
Binary100001111011100001101011100110010101111101001101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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