#870B45

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

Shades of Pompadour #870B45

Tints of Pompadour #870B45

Color information

#870B45 (or 0x870B45) is unknown color: approx Pompadour. HEX triplet: 87, 0B and 45. RGB value is (135,11,69). Sum of RGB (Red+Green+Blue) = 135+11+69=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #870B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B45 is #78F4BA. Grayscale: #363636. Windows color (decimal): -7926971 or 4524935. OLE color: 4524935.

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

Color convert

RGB1351169-
CMYK00.920.490.47
HSL331.94º84.93%28.63%-
HSV(B)331.94º91.85%52.94%-
XYZ11.195.826.16-
YUV54.69136.08185.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=62.79%
G=5.12%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135116900.920.490.47331.9484.9328.63
Hex87B4505C312F14c551d
Octal207131050134615751412535
Binary100001111011100010101011100110001101111101001100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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