#860A26

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

Shades of Burgundy #860A26

Tints of Burgundy #860A26

Color information

#860A26 (or 0x860A26) is unknown color: approx Burgundy. HEX triplet: 86, 0A and 26. RGB value is (134,10,38). Sum of RGB (Red+Green+Blue) = 134+10+38=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #860A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A26 is #79F5D9. Grayscale: #323232. Windows color (decimal): -7992794 or 2493062. OLE color: 2493062.

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

Color convert

RGB1341038-
CMYK00.930.720.47
HSL346.45º86.11%28.24%-
HSV(B)346.45º92.54%52.55%-
XYZ10.295.432.34-
YUV50.27121.08187.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.63%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=73.63%
G=5.49%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134103800.930.720.47346.4586.1128.24
Hex86A2605D482F15a561c
Octal206124601351105753212634
Binary100001101010100110010111011001000101111101011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,38); }

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

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

 a { background-color: rgb(134,10,38); }

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

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

 span { border-color: rgb(134,10,38); }

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