Shades of Burgundy #84073C
Tints of Burgundy #84073C
RGB
CMYK
RGB Variations
Color information
#84073C (or 0x84073C) is known color: Burgundy. HEX triplet: 84, 07 and 3C. RGB value is (132,7,60). Sum of RGB (Red+Green+Blue) = 132+7+60=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #84073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84073C is #7BF8C3. Grayscale: #323232. Windows color (decimal): -8124612 or 3934084. OLE color: 3934084.
HSL color Cylindrical-coordinate representation of color #84073C: hue angle of 334.56º 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 #84073C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 60 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.48 |
| HSL | 334.56º | 0.9% | 0.27% | - |
| HSV(B) | 334.56º | 0.95% | 0.52% | - |
| XYZ | 10.41 | 5.38 | 4.77 | - |
| YUV | 50.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 60 | 0 | 0.95 | 0.55 | 0.48 | 334.56 | 0.9 | 0.27 |
| Hex | 84 | 7 | 3C | 0 | 5F | 37 | 30 | 14F | 5A | 1B |
| Octal | 204 | 7 | 74 | 0 | 137 | 67 | 60 | 517 | 132 | 33 |
| Binary | 10000100 | 111 | 111100 | 0 | 1011111 | 110111 | 110000 | 101001111 | 1011010 | 11011 |
Color Harmonies of #84073C
Complementary color
Monochromatic Colors of #84073C
Black with #84073C
Text Example
Text Example
White with #84073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84073C; }
p { color: rgb(132,7,60); }
H1.HeaderClassName
{
color: #84073C;
}
.AnyTagClassName
{
color: #84073C;
}
</style>
background-color css
<style>
a { background-color: #84073C; }
a { background-color: rgb(132,7,60); }
div.DivClassName
{
background-color: #84073C;
}
.BgClassName
{
background-color: #84073C;
}
</style>
border-color css
<style>
span { border-color: #84073C; }
span { border-color: rgb(132,7,60); }
td.TdClassName
{
border-color: #84073C;
}
.TagClassName
{
border-color: #84073C;
}
</style>