Shades of Burgundy #860F28
Tints of Burgundy #860F28
RGB
CMYK
RGB Variations
Color information
#860F28 (or 0x860F28) is known color: Burgundy. HEX triplet: 86, 0F and 28. RGB value is (134,15,40). Sum of RGB (Red+Green+Blue) = 134+15+40=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #860F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860F28 is #79F0D7. Grayscale: #353535. Windows color (decimal): -7991512 or 2625414. OLE color: 2625414.
HSL color Cylindrical-coordinate representation of color #860F28: hue angle of 347.39º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F28 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 40 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.47 |
| HSL | 347.4º | 0.8% | 0.29% | - |
| HSV(B) | 347.4º | 0.89% | 0.53% | - |
| XYZ | 10.39 | 5.56 | 2.53 | - |
| YUV | 53.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 40 | 0 | 0.89 | 0.70 | 0.47 | 347.4 | 0.8 | 0.29 |
| Hex | 86 | F | 28 | 0 | 59 | 46 | 2F | 15B | 50 | 1D |
| Octal | 206 | 17 | 50 | 0 | 131 | 106 | 57 | 533 | 120 | 35 |
| Binary | 10000110 | 1111 | 101000 | 0 | 1011001 | 1000110 | 101111 | 101011011 | 1010000 | 11101 |
Color Harmonies of #860F28
Complementary color
Monochromatic Colors of #860F28
Black with #860F28
Text Example
Text Example
White with #860F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F28; }
p { color: rgb(134,15,40); }
H1.HeaderClassName
{
color: #860F28;
}
.AnyTagClassName
{
color: #860F28;
}
</style>
background-color css
<style>
a { background-color: #860F28; }
a { background-color: rgb(134,15,40); }
div.DivClassName
{
background-color: #860F28;
}
.BgClassName
{
background-color: #860F28;
}
</style>
border-color css
<style>
span { border-color: #860F28; }
span { border-color: rgb(134,15,40); }
td.TdClassName
{
border-color: #860F28;
}
.TagClassName
{
border-color: #860F28;
}
</style>