#86131C

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

Shades of Burgundy #86131C

Tints of Burgundy #86131C

Color information

#86131C (or 0x86131C) is unknown color: approx Burgundy. HEX triplet: 86, 13 and 1C. RGB value is (134,19,28). Sum of RGB (Red+Green+Blue) = 134+19+28=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86131C is #79ECE3. Grayscale: #363636. Windows color (decimal): -7990500 or 1840006. OLE color: 1840006.

HSL color Cylindrical-coordinate representation of color #86131C: hue angle of 355.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86131C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1341928-
CMYK00.860.790.47
HSL355.3º75.16%30%-
HSV(B)355.3º85.82%52.55%-
XYZ10.275.621.64-
YUV54.41113.1184.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.03%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=74.03%
G=10.50%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134192800.860.790.47355.375.1630
Hex86131C0564F2F1634b1e
Octal206233401261175754311336
Binary100001101001111100010101101001111101111101100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86131C; }

 p { color: rgb(134,19,28); }

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

<style>
 a { background-color: #86131C; }

 a { background-color: rgb(134,19,28); }

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

<style>
 span { border-color: #86131C; }

 span { border-color: rgb(134,19,28); }

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