Shades of Burgundy #84072C
Tints of Burgundy #84072C
RGB
CMYK
RGB Variations
Color information
#84072C (or 0x84072C) is known color: Burgundy. HEX triplet: 84, 07 and 2C. RGB value is (132,7,44). Sum of RGB (Red+Green+Blue) = 132+7+44=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84072C is #7BF8D3. Grayscale: #303030. Windows color (decimal): -8124628 or 2885508. OLE color: 2885508.
HSL color Cylindrical-coordinate representation of color #84072C: hue angle of 342.24º 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 #84072C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.48 |
| HSL | 342.24º | 0.9% | 0.27% | - |
| HSV(B) | 342.24º | 0.95% | 0.52% | - |
| XYZ | 10.05 | 5.24 | 2.86 | - |
| YUV | 48.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 44 | 0 | 0.95 | 0.67 | 0.48 | 342.24 | 0.9 | 0.27 |
| Hex | 84 | 7 | 2C | 0 | 5F | 43 | 30 | 156 | 5A | 1B |
| Octal | 204 | 7 | 54 | 0 | 137 | 103 | 60 | 526 | 132 | 33 |
| Binary | 10000100 | 111 | 101100 | 0 | 1011111 | 1000011 | 110000 | 101010110 | 1011010 | 11011 |
Color Harmonies of #84072C
Complementary color
Monochromatic Colors of #84072C
Black with #84072C
Text Example
Text Example
White with #84072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84072C; }
p { color: rgb(132,7,44); }
H1.HeaderClassName
{
color: #84072C;
}
.AnyTagClassName
{
color: #84072C;
}
</style>
background-color css
<style>
a { background-color: #84072C; }
a { background-color: rgb(132,7,44); }
div.DivClassName
{
background-color: #84072C;
}
.BgClassName
{
background-color: #84072C;
}
</style>
border-color css
<style>
span { border-color: #84072C; }
span { border-color: rgb(132,7,44); }
td.TdClassName
{
border-color: #84072C;
}
.TagClassName
{
border-color: #84072C;
}
</style>