Shades of Burgundy #840715
Tints of Burgundy #840715
RGB
CMYK
RGB Variations
Color information
#840715 (or 0x840715) is known color: Burgundy. HEX triplet: 84, 07 and 15. RGB value is (132,7,21). Sum of RGB (Red+Green+Blue) = 132+7+21=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #840715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840715 is #7BF8EA. Grayscale: #2E2E2E. Windows color (decimal): -8124651 or 1378180. OLE color: 1378180.
HSL color Cylindrical-coordinate representation of color #840715: hue angle of 353.28º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840715 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 21 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.48 |
| HSL | 353.28º | 0.9% | 0.27% | - |
| HSV(B) | 353.28º | 0.95% | 0.52% | - |
| XYZ | 9.73 | 5.11 | 1.18 | - |
| YUV | 45.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 21 | 0 | 0.95 | 0.84 | 0.48 | 353.28 | 0.9 | 0.27 |
| Hex | 84 | 7 | 15 | 0 | 5F | 54 | 30 | 161 | 5A | 1B |
| Octal | 204 | 7 | 25 | 0 | 137 | 124 | 60 | 541 | 132 | 33 |
| Binary | 10000100 | 111 | 10101 | 0 | 1011111 | 1010100 | 110000 | 101100001 | 1011010 | 11011 |
Color Harmonies of #840715
Complementary color
Monochromatic Colors of #840715
Black with #840715
Text Example
Text Example
White with #840715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840715; }
p { color: rgb(132,7,21); }
H1.HeaderClassName
{
color: #840715;
}
.AnyTagClassName
{
color: #840715;
}
</style>
background-color css
<style>
a { background-color: #840715; }
a { background-color: rgb(132,7,21); }
div.DivClassName
{
background-color: #840715;
}
.BgClassName
{
background-color: #840715;
}
</style>
border-color css
<style>
span { border-color: #840715; }
span { border-color: rgb(132,7,21); }
td.TdClassName
{
border-color: #840715;
}
.TagClassName
{
border-color: #840715;
}
</style>