Shades of Burgundy #860C30
Tints of Burgundy #860C30
RGB
CMYK
RGB Variations
Color information
#860C30 (or 0x860C30) is known color: Burgundy. HEX triplet: 86, 0C and 30. RGB value is (134,12,48). Sum of RGB (Red+Green+Blue) = 134+12+48=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #860C30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C30 is #79F3CF. Grayscale: #343434. Windows color (decimal): -7992272 or 3148934. OLE color: 3148934.
HSL color Cylindrical-coordinate representation of color #860C30: hue angle of 342.3º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C30 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 48 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.47 |
| HSL | 342.3º | 0.84% | 0.29% | - |
| HSV(B) | 342.3º | 0.91% | 0.53% | - |
| XYZ | 10.5 | 5.54 | 3.31 | - |
| YUV | 52.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 48 | 0 | 0.91 | 0.64 | 0.47 | 342.3 | 0.84 | 0.29 |
| Hex | 86 | C | 30 | 0 | 5B | 40 | 2F | 156 | 54 | 1D |
| Octal | 206 | 14 | 60 | 0 | 133 | 100 | 57 | 526 | 124 | 35 |
| Binary | 10000110 | 1100 | 110000 | 0 | 1011011 | 1000000 | 101111 | 101010110 | 1010100 | 11101 |
Color Harmonies of #860C30
Complementary color
Monochromatic Colors of #860C30
Black with #860C30
Text Example
Text Example
White with #860C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C30; }
p { color: rgb(134,12,48); }
H1.HeaderClassName
{
color: #860C30;
}
.AnyTagClassName
{
color: #860C30;
}
</style>
background-color css
<style>
a { background-color: #860C30; }
a { background-color: rgb(134,12,48); }
div.DivClassName
{
background-color: #860C30;
}
.BgClassName
{
background-color: #860C30;
}
</style>
border-color css
<style>
span { border-color: #860C30; }
span { border-color: rgb(134,12,48); }
td.TdClassName
{
border-color: #860C30;
}
.TagClassName
{
border-color: #860C30;
}
</style>