#860B3A

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

Shades of Burgundy #860B3A

Tints of Burgundy #860B3A

Color information

#860B3A (or 0x860B3A) is unknown color: approx Burgundy. HEX triplet: 86, 0B and 3A. RGB value is (134,11,58). Sum of RGB (Red+Green+Blue) = 134+11+58=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #860B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B3A is #79F4C5. Grayscale: #353535. Windows color (decimal): -7992518 or 3804038. OLE color: 3804038.

HSL color Cylindrical-coordinate representation of color #860B3A: hue angle of 337.07º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B3A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1341158-
CMYK00.920.570.47
HSL337.07º84.83%28.43%-
HSV(B)337.07º91.79%52.55%-
XYZ10.715.614.52-
YUV53.14130.75185.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.01%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=66.01%
G=5.42%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134115800.920.570.47337.0784.8328.43
Hex86B3A05C392F151551c
Octal20613720134715752112534
Binary10000110101111101001011100111001101111101010001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860B3A; }

 p { color: rgb(134,11,58); }

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

<style>
 a { background-color: #860B3A; }

 a { background-color: rgb(134,11,58); }

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

<style>
 span { border-color: #860B3A; }

 span { border-color: rgb(134,11,58); }

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