Shades of Burgundy #860227
Tints of Burgundy #860227
RGB
CMYK
RGB Variations
Color information
#860227 (or 0x860227) is known color: Burgundy. HEX triplet: 86, 02 and 27. RGB value is (134,2,39). Sum of RGB (Red+Green+Blue) = 134+2+39=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860227 is #79FDD8. Grayscale: #2D2D2D. Windows color (decimal): -7994841 or 2556550. OLE color: 2556550.
HSL color Cylindrical-coordinate representation of color #860227: hue angle of 343.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860227 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.47 |
| HSL | 343.18º | 0.97% | 0.27% | - |
| HSV(B) | 343.18º | 0.99% | 0.53% | - |
| XYZ | 10.22 | 5.26 | 2.4 | - |
| YUV | 45.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 39 | 0 | 0.99 | 0.71 | 0.47 | 343.18 | 0.97 | 0.27 |
| Hex | 86 | 2 | 27 | 0 | 63 | 47 | 2F | 157 | 61 | 1B |
| Octal | 206 | 2 | 47 | 0 | 143 | 107 | 57 | 527 | 141 | 33 |
| Binary | 10000110 | 10 | 100111 | 0 | 1100011 | 1000111 | 101111 | 101010111 | 1100001 | 11011 |
Color Harmonies of #860227
Complementary color
Monochromatic Colors of #860227
Black with #860227
Text Example
Text Example
White with #860227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860227; }
p { color: rgb(134,2,39); }
H1.HeaderClassName
{
color: #860227;
}
.AnyTagClassName
{
color: #860227;
}
</style>
background-color css
<style>
a { background-color: #860227; }
a { background-color: rgb(134,2,39); }
div.DivClassName
{
background-color: #860227;
}
.BgClassName
{
background-color: #860227;
}
</style>
border-color css
<style>
span { border-color: #860227; }
span { border-color: rgb(134,2,39); }
td.TdClassName
{
border-color: #860227;
}
.TagClassName
{
border-color: #860227;
}
</style>