#860B1E

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

Shades of Burgundy #860B1E

Tints of Burgundy #860B1E

Color information

#860B1E (or 0x860B1E) is unknown color: approx Burgundy. HEX triplet: 86, 0B and 1E. RGB value is (134,11,30). Sum of RGB (Red+Green+Blue) = 134+11+30=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B1E is #79F4E1. Grayscale: #313131. Windows color (decimal): -7992546 or 1969030. OLE color: 1969030.

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

Color convert

RGB1341130-
CMYK00.920.780.47
HSL350.73º84.83%28.43%-
HSV(B)350.73º91.79%52.55%-
XYZ10.195.41.73-
YUV49.94116.75187.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=76.57%
G=6.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134113000.920.780.47350.7384.8328.43
Hex86B1E05C4E2F15f551c
Octal206133601341165753712534
Binary10000110101111110010111001001110101111101011111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,11,30); }

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

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

 a { background-color: rgb(134,11,30); }

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

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

 span { border-color: rgb(134,11,30); }

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