#860A2F

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

Shades of Burgundy #860A2F

Tints of Burgundy #860A2F

Color information

#860A2F (or 0x860A2F) is unknown color: approx Burgundy. HEX triplet: 86, 0A and 2F. RGB value is (134,10,47). Sum of RGB (Red+Green+Blue) = 134+10+47=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #860A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A2F is #79F5D0. Grayscale: #333333. Windows color (decimal): -7992785 or 3082886. OLE color: 3082886.

HSL color Cylindrical-coordinate representation of color #860A2F: hue angle of 342.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A2F is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1341047-
CMYK00.930.650.47
HSL342.1º86.11%28.24%-
HSV(B)342.1º92.54%52.55%-
XYZ10.455.493.2-
YUV51.29125.58186.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.16%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=70.16%
G=5.24%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134104700.930.650.47342.186.1128.24
Hex86A2F05D412F156561c
Octal206125701351015752612634
Binary100001101010101111010111011000001101111101010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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