Shades of Burgundy #86023C
Tints of Burgundy #86023C
RGB
CMYK
RGB Variations
Color information
#86023C (or 0x86023C) is known color: Burgundy. HEX triplet: 86, 02 and 3C. RGB value is (134,2,60). Sum of RGB (Red+Green+Blue) = 134+2+60=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86023C is #79FDC3. Grayscale: #2F2F2F. Windows color (decimal): -7994820 or 3932806. OLE color: 3932806.
HSL color Cylindrical-coordinate representation of color #86023C: hue angle of 333.64º 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 #86023C is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.47 |
| HSL | 333.64º | 0.97% | 0.27% | - |
| HSV(B) | 333.64º | 0.99% | 0.53% | - |
| XYZ | 10.67 | 5.44 | 4.76 | - |
| YUV | 48.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 60 | 0 | 0.99 | 0.55 | 0.47 | 333.64 | 0.97 | 0.27 |
| Hex | 86 | 2 | 3C | 0 | 63 | 37 | 2F | 14E | 61 | 1B |
| Octal | 206 | 2 | 74 | 0 | 143 | 67 | 57 | 516 | 141 | 33 |
| Binary | 10000110 | 10 | 111100 | 0 | 1100011 | 110111 | 101111 | 101001110 | 1100001 | 11011 |
Color Harmonies of #86023C
Complementary color
Monochromatic Colors of #86023C
Black with #86023C
Text Example
Text Example
White with #86023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86023C; }
p { color: rgb(134,2,60); }
H1.HeaderClassName
{
color: #86023C;
}
.AnyTagClassName
{
color: #86023C;
}
</style>
background-color css
<style>
a { background-color: #86023C; }
a { background-color: rgb(134,2,60); }
div.DivClassName
{
background-color: #86023C;
}
.BgClassName
{
background-color: #86023C;
}
</style>
border-color css
<style>
span { border-color: #86023C; }
span { border-color: rgb(134,2,60); }
td.TdClassName
{
border-color: #86023C;
}
.TagClassName
{
border-color: #86023C;
}
</style>