#86012B

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

Shades of Burgundy #86012B

Tints of Burgundy #86012B

Color information

#86012B (or 0x86012B) is unknown color: approx Burgundy. HEX triplet: 86, 01 and 2B. RGB value is (134,1,43). Sum of RGB (Red+Green+Blue) = 134+1+43=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86012B is #79FED4. Grayscale: #2D2D2D. Windows color (decimal): -7995093 or 2818438. OLE color: 2818438.

HSL color Cylindrical-coordinate representation of color #86012B: hue angle of 341.05º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86012B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB134143-
CMYK00.990.680.47
HSL341.05º98.52%26.47%-
HSV(B)341.05º99.25%52.55%-
XYZ10.285.262.76-
YUV45.56126.56191.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.28%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=75.28%
G=0.56%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13414300.990.680.47341.0598.5226.47
Hex8612B063442F155631a
Octal20615301431045752514332
Binary100001101101011011000111000100101111101010101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86012B; }

 p { color: rgb(134,1,43); }

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

<style>
 a { background-color: #86012B; }

 a { background-color: rgb(134,1,43); }

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

<style>
 span { border-color: #86012B; }

 span { border-color: rgb(134,1,43); }

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