#86112A

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

Shades of Burgundy #86112A

Tints of Burgundy #86112A

Color information

#86112A (or 0x86112A) is unknown color: approx Burgundy. HEX triplet: 86, 11 and 2A. RGB value is (134,17,42). Sum of RGB (Red+Green+Blue) = 134+17+42=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #86112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86112A is #79EED5. Grayscale: #363636. Windows color (decimal): -7990998 or 2756998. OLE color: 2756998.

HSL color Cylindrical-coordinate representation of color #86112A: hue angle of 347.18º degrees, saturation: 0.77, 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 #86112A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1341742-
CMYK00.870.690.47
HSL347.18º77.48%29.61%-
HSV(B)347.18º87.31%52.55%-
XYZ10.455.642.73-
YUV54.83120.76184.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.43%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=69.43%
G=8.81%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134174200.870.690.47347.1877.4829.61
Hex86112A057452F15b4d1e
Octal206215201271055753311536
Binary1000011010001101010010101111000101101111101011011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86112A; }

 p { color: rgb(134,17,42); }

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

<style>
 a { background-color: #86112A; }

 a { background-color: rgb(134,17,42); }

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

<style>
 span { border-color: #86112A; }

 span { border-color: rgb(134,17,42); }

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