#860C3E

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

Shades of Pompadour #860C3E

Tints of Pompadour #860C3E

Color information

#860C3E (or 0x860C3E) is unknown color: approx Pompadour. HEX triplet: 86, 0C and 3E. RGB value is (134,12,62). Sum of RGB (Red+Green+Blue) = 134+12+62=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #860C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C3E is #79F3C1. Grayscale: #363636. Windows color (decimal): -7992258 or 4066438. OLE color: 4066438.

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

Color convert

RGB1341262-
CMYK00.910.540.47
HSL335.41º83.56%28.63%-
HSV(B)335.41º91.04%52.55%-
XYZ10.835.685.08-
YUV54.18132.42184.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=64.42%
G=5.77%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134126200.910.540.47335.4183.5628.63
Hex86C3E05B362F14f541d
Octal20614760133665751712435
Binary10000110110011111001011011110110101111101001111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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