Shades of Burgundy #84072D
Tints of Burgundy #84072D
RGB
CMYK
RGB Variations
Color information
#84072D (or 0x84072D) is known color: Burgundy. HEX triplet: 84, 07 and 2D. RGB value is (132,7,45). Sum of RGB (Red+Green+Blue) = 132+7+45=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #84072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84072D is #7BF8D2. Grayscale: #303030. Windows color (decimal): -8124627 or 2951044. OLE color: 2951044.
HSL color Cylindrical-coordinate representation of color #84072D: hue angle of 341.76º 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 #84072D is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 45 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.48 |
| HSL | 341.76º | 0.9% | 0.27% | - |
| HSV(B) | 341.76º | 0.95% | 0.52% | - |
| XYZ | 10.07 | 5.25 | 2.96 | - |
| YUV | 48.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 45 | 0 | 0.95 | 0.66 | 0.48 | 341.76 | 0.9 | 0.27 |
| Hex | 84 | 7 | 2D | 0 | 5F | 42 | 30 | 156 | 5A | 1B |
| Octal | 204 | 7 | 55 | 0 | 137 | 102 | 60 | 526 | 132 | 33 |
| Binary | 10000100 | 111 | 101101 | 0 | 1011111 | 1000010 | 110000 | 101010110 | 1011010 | 11011 |
Color Harmonies of #84072D
Complementary color
Monochromatic Colors of #84072D
Black with #84072D
Text Example
Text Example
White with #84072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84072D; }
p { color: rgb(132,7,45); }
H1.HeaderClassName
{
color: #84072D;
}
.AnyTagClassName
{
color: #84072D;
}
</style>
background-color css
<style>
a { background-color: #84072D; }
a { background-color: rgb(132,7,45); }
div.DivClassName
{
background-color: #84072D;
}
.BgClassName
{
background-color: #84072D;
}
</style>
border-color css
<style>
span { border-color: #84072D; }
span { border-color: rgb(132,7,45); }
td.TdClassName
{
border-color: #84072D;
}
.TagClassName
{
border-color: #84072D;
}
</style>