#860C2F

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

Shades of Burgundy #860C2F

Tints of Burgundy #860C2F

Color information

#860C2F (or 0x860C2F) is unknown color: approx Burgundy. HEX triplet: 86, 0C and 2F. RGB value is (134,12,47). Sum of RGB (Red+Green+Blue) = 134+12+47=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C2F is #79F3D0. Grayscale: #343434. Windows color (decimal): -7992273 or 3083398. OLE color: 3083398.

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

Color convert

RGB1341247-
CMYK00.910.650.47
HSL342.79º83.56%28.63%-
HSV(B)342.79º91.04%52.55%-
XYZ10.485.543.21-
YUV52.47124.92186.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.43%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=69.43%
G=6.22%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134124700.910.650.47342.7983.5628.63
Hex86C2F05B412F157541d
Octal206145701331015752712435
Binary100001101100101111010110111000001101111101010111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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