#860C2C

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

Shades of Burgundy #860C2C

Tints of Burgundy #860C2C

Color information

#860C2C (or 0x860C2C) is unknown color: approx Burgundy. HEX triplet: 86, 0C and 2C. RGB value is (134,12,44). Sum of RGB (Red+Green+Blue) = 134+12+44=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C2C is #79F3D3. Grayscale: #343434. Windows color (decimal): -7992276 or 2886790. OLE color: 2886790.

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

Color convert

RGB1341244-
CMYK00.910.670.47
HSL344.26º83.56%28.63%-
HSV(B)344.26º91.04%52.55%-
XYZ10.425.512.9-
YUV52.13123.42186.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.53%
GREEN value IS 12 (5.08% from 255) = 6.32%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=70.53%
G=6.32%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134124400.910.670.47344.2683.5628.63
Hex86C2C05B432F158541d
Octal206145401331035753012435
Binary100001101100101100010110111000011101111101011000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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