#86111A

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

Shades of Burgundy #86111A

Tints of Burgundy #86111A

Color information

#86111A (or 0x86111A) is unknown color: approx Burgundy. HEX triplet: 86, 11 and 1A. RGB value is (134,17,26). Sum of RGB (Red+Green+Blue) = 134+17+26=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #86111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86111A is #79EEE5. Grayscale: #353535. Windows color (decimal): -7991014 or 1708422. OLE color: 1708422.

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

Color convert

RGB1341726-
CMYK00.870.810.47
HSL355.38º77.48%29.61%-
HSV(B)355.38º87.31%52.55%-
XYZ10.225.541.51-
YUV53.01112.76185.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.71%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=75.71%
G=9.60%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134172600.870.810.47355.3877.4829.61
Hex86111A057512F1634d1e
Octal206213201271215754311536
Binary100001101000111010010101111010001101111101100011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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