#860A19

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

Shades of Burgundy #860A19

Tints of Burgundy #860A19

Color information

#860A19 (or 0x860A19) is unknown color: approx Burgundy. HEX triplet: 86, 0A and 19. RGB value is (134,10,25). Sum of RGB (Red+Green+Blue) = 134+10+25=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A19 is #79F5E6. Grayscale: #303030. Windows color (decimal): -7992807 or 1641094. OLE color: 1641094.

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

Color convert

RGB1341025-
CMYK00.930.810.47
HSL352.74º86.11%28.24%-
HSV(B)352.74º92.54%52.55%-
XYZ10.125.361.42-
YUV48.79114.58188.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 79.29%
GREEN value IS 10 (4.30% from 255) = 5.92%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=79.29%
G=5.92%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134102500.930.810.47352.7486.1128.24
Hex86A1905D512F161561c
Octal206123101351215754112634
Binary10000110101011001010111011010001101111101100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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