#860A2C

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

Shades of Burgundy #860A2C

Tints of Burgundy #860A2C

Color information

#860A2C (or 0x860A2C) is unknown color: approx Burgundy. HEX triplet: 86, 0A and 2C. RGB value is (134,10,44). Sum of RGB (Red+Green+Blue) = 134+10+44=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A2C is #79F5D3. Grayscale: #323232. Windows color (decimal): -7992788 or 2886278. OLE color: 2886278.

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

Color convert

RGB1341044-
CMYK00.930.670.47
HSL343.55º86.11%28.24%-
HSV(B)343.55º92.54%52.55%-
XYZ10.395.472.89-
YUV50.95124.08187.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=71.28%
G=5.32%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134104400.930.670.47343.5586.1128.24
Hex86A2C05D432F158561c
Octal206125401351035753012634
Binary100001101010101100010111011000011101111101011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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