#860A1F

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

Shades of Burgundy #860A1F

Tints of Burgundy #860A1F

Color information

#860A1F (or 0x860A1F) is unknown color: approx Burgundy. HEX triplet: 86, 0A and 1F. RGB value is (134,10,31). Sum of RGB (Red+Green+Blue) = 134+10+31=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A1F is #79F5E0. Grayscale: #313131. Windows color (decimal): -7992801 or 2034310. OLE color: 2034310.

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

Color convert

RGB1341031-
CMYK00.930.770.47
HSL349.84º86.11%28.24%-
HSV(B)349.84º92.54%52.55%-
XYZ10.195.381.8-
YUV49.47117.58188.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=76.57%
G=5.71%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134103100.930.770.47349.8486.1128.24
Hex86A1F05D4D2F15e561c
Octal206123701351155753612634
Binary10000110101011111010111011001101101111101011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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