Shades of Burgundy #860130
Tints of Burgundy #860130
RGB
CMYK
RGB Variations
Color information
#860130 (or 0x860130) is known color: Burgundy. HEX triplet: 86, 01 and 30. RGB value is (134,1,48). Sum of RGB (Red+Green+Blue) = 134+1+48=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #860130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860130 is #79FECF. Grayscale: #2E2E2E. Windows color (decimal): -7995088 or 3146118. OLE color: 3146118.
HSL color Cylindrical-coordinate representation of color #860130: hue angle of 338.8º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860130 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.47 |
| HSL | 338.8º | 0.99% | 0.26% | - |
| HSV(B) | 338.8º | 0.99% | 0.53% | - |
| XYZ | 10.38 | 5.3 | 3.27 | - |
| YUV | 46.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 48 | 0 | 0.99 | 0.64 | 0.47 | 338.8 | 0.99 | 0.26 |
| Hex | 86 | 1 | 30 | 0 | 63 | 40 | 2F | 153 | 63 | 1A |
| Octal | 206 | 1 | 60 | 0 | 143 | 100 | 57 | 523 | 143 | 32 |
| Binary | 10000110 | 1 | 110000 | 0 | 1100011 | 1000000 | 101111 | 101010011 | 1100011 | 11010 |
Color Harmonies of #860130
Complementary color
Monochromatic Colors of #860130
Black with #860130
Text Example
Text Example
White with #860130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860130; }
p { color: rgb(134,1,48); }
H1.HeaderClassName
{
color: #860130;
}
.AnyTagClassName
{
color: #860130;
}
</style>
background-color css
<style>
a { background-color: #860130; }
a { background-color: rgb(134,1,48); }
div.DivClassName
{
background-color: #860130;
}
.BgClassName
{
background-color: #860130;
}
</style>
border-color css
<style>
span { border-color: #860130; }
span { border-color: rgb(134,1,48); }
td.TdClassName
{
border-color: #860130;
}
.TagClassName
{
border-color: #860130;
}
</style>