#860C43

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

Shades of Pompadour #860C43

Tints of Pompadour #860C43

Color information

#860C43 (or 0x860C43) is unknown color: approx Pompadour. HEX triplet: 86, 0C and 43. RGB value is (134,12,67). Sum of RGB (Red+Green+Blue) = 134+12+67=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #860C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C43 is #79F3BC. Grayscale: #363636. Windows color (decimal): -7992253 or 4394118. OLE color: 4394118.

HSL color Cylindrical-coordinate representation of color #860C43: hue angle of 332.95º 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 #860C43 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1341267-
CMYK00.910.50.47
HSL332.95º83.56%28.63%-
HSV(B)332.95º91.04%52.55%-
XYZ10.985.745.84-
YUV54.75134.92184.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=62.91%
G=5.63%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134126700.910.50.47332.9583.5628.63
Hex86C4305B322F14d541d
Octal206141030133625751512435
Binary100001101100100001101011011110010101111101001101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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