#860B40

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

Shades of Pompadour #860B40

Tints of Pompadour #860B40

Color information

#860B40 (or 0x860B40) is unknown color: approx Pompadour. HEX triplet: 86, 0B and 40. RGB value is (134,11,64). Sum of RGB (Red+Green+Blue) = 134+11+64=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #860B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B40 is #79F4BF. Grayscale: #353535. Windows color (decimal): -7992512 or 4197254. OLE color: 4197254.

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

Color convert

RGB1341164-
CMYK00.920.520.47
HSL334.15º84.83%28.43%-
HSV(B)334.15º91.79%52.55%-
XYZ10.885.685.37-
YUV53.82133.75185.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=64.11%
G=5.26%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134116400.920.520.47334.1584.8328.43
Hex86B4005C342F14e551c
Octal206131000134645751612534
Binary100001101011100000001011100110100101111101001110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860B40; }

 p { color: rgb(134,11,64); }

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

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

 a { background-color: rgb(134,11,64); }

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

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

 span { border-color: rgb(134,11,64); }

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