#86121E

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

Shades of Burgundy #86121E

Tints of Burgundy #86121E

Color information

#86121E (or 0x86121E) is unknown color: approx Burgundy. HEX triplet: 86, 12 and 1E. RGB value is (134,18,30). Sum of RGB (Red+Green+Blue) = 134+18+30=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86121E is #79EDE1. Grayscale: #363636. Windows color (decimal): -7990754 or 1970822. OLE color: 1970822.

HSL color Cylindrical-coordinate representation of color #86121E: hue angle of 353.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86121E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1341830-
CMYK00.870.780.47
HSL353.79º76.32%29.8%-
HSV(B)353.79º86.57%52.55%-
XYZ10.285.591.77-
YUV54.05114.43185.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.63%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=73.63%
G=9.89%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134183000.870.780.47353.7976.3229.8
Hex86121E0574E2F1624c1e
Octal206223601271165754211436
Binary100001101001011110010101111001110101111101100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86121E; }

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

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

<style>
 a { background-color: #86121E; }

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

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

<style>
 span { border-color: #86121E; }

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

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