#860D26

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

Shades of Burgundy #860D26

Tints of Burgundy #860D26

Color information

#860D26 (or 0x860D26) is unknown color: approx Burgundy. HEX triplet: 86, 0D and 26. RGB value is (134,13,38). Sum of RGB (Red+Green+Blue) = 134+13+38=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #860D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D26 is #79F2D9. Grayscale: #343434. Windows color (decimal): -7992026 or 2493830. OLE color: 2493830.

HSL color Cylindrical-coordinate representation of color #860D26: hue angle of 347.6º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D26 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1341338-
CMYK00.900.720.47
HSL347.6º82.31%28.82%-
HSV(B)347.6º90.3%52.55%-
XYZ10.335.52.35-
YUV52.03120.09186.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=72.43%
G=7.03%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134133800.900.720.47347.682.3128.82
Hex86D2605A482F15c521d
Octal206154601321105753412235
Binary100001101101100110010110101001000101111101011100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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