#860C49

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

Shades of Pompadour #860C49

Tints of Pompadour #860C49

Color information

#860C49 (or 0x860C49) is unknown color: approx Pompadour. HEX triplet: 86, 0C and 49. RGB value is (134,12,73). Sum of RGB (Red+Green+Blue) = 134+12+73=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #860C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C49 is #79F3B6. Grayscale: #373737. Windows color (decimal): -7992247 or 4787334. OLE color: 4787334.

HSL color Cylindrical-coordinate representation of color #860C49: hue angle of 330º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C49 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1341273-
CMYK00.910.460.47
HSL330º83.56%28.63%-
HSV(B)330º91.04%52.55%-
XYZ11.175.816.84-
YUV55.43137.92184.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=61.19%
G=5.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134127300.910.460.4733083.5628.63
Hex86C4905B2E2F14a541d
Octal206141110133565751212435
Binary100001101100100100101011011101110101111101001010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,12,73); }

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

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

 a { background-color: rgb(134,12,73); }

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

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

 span { border-color: rgb(134,12,73); }

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