#860C35

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

Shades of Burgundy #860C35

Tints of Burgundy #860C35

Color information

#860C35 (or 0x860C35) is unknown color: approx Burgundy. HEX triplet: 86, 0C and 35. RGB value is (134,12,53). Sum of RGB (Red+Green+Blue) = 134+12+53=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #860C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C35 is #79F3CA. Grayscale: #353535. Windows color (decimal): -7992267 or 3476614. OLE color: 3476614.

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

Color convert

RGB1341253-
CMYK00.910.600.47
HSL339.84º83.56%28.63%-
HSV(B)339.84º91.04%52.55%-
XYZ10.615.593.89-
YUV53.15127.92185.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=67.34%
G=6.03%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134125300.910.600.47339.8483.5628.63
Hex86C3505B3C2F154541d
Octal20614650133745752412435
Binary10000110110011010101011011111100101111101010100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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