Shades of Burgundy #84071C
Tints of Burgundy #84071C
RGB
CMYK
RGB Variations
Color information
#84071C (or 0x84071C) is known color: Burgundy. HEX triplet: 84, 07 and 1C. RGB value is (132,7,28). Sum of RGB (Red+Green+Blue) = 132+7+28=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #84071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84071C is #7BF8E3. Grayscale: #2E2E2E. Windows color (decimal): -8124644 or 1836932. OLE color: 1836932.
HSL color Cylindrical-coordinate representation of color #84071C: hue angle of 349.92º 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 #84071C is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 28 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.48 |
| HSL | 349.92º | 0.9% | 0.27% | - |
| HSV(B) | 349.92º | 0.95% | 0.52% | - |
| XYZ | 9.8 | 5.14 | 1.57 | - |
| YUV | 46.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 28 | 0 | 0.95 | 0.79 | 0.48 | 349.92 | 0.9 | 0.27 |
| Hex | 84 | 7 | 1C | 0 | 5F | 4F | 30 | 15E | 5A | 1B |
| Octal | 204 | 7 | 34 | 0 | 137 | 117 | 60 | 536 | 132 | 33 |
| Binary | 10000100 | 111 | 11100 | 0 | 1011111 | 1001111 | 110000 | 101011110 | 1011010 | 11011 |
Color Harmonies of #84071C
Complementary color
Monochromatic Colors of #84071C
Black with #84071C
Text Example
Text Example
White with #84071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84071C; }
p { color: rgb(132,7,28); }
H1.HeaderClassName
{
color: #84071C;
}
.AnyTagClassName
{
color: #84071C;
}
</style>
background-color css
<style>
a { background-color: #84071C; }
a { background-color: rgb(132,7,28); }
div.DivClassName
{
background-color: #84071C;
}
.BgClassName
{
background-color: #84071C;
}
</style>
border-color css
<style>
span { border-color: #84071C; }
span { border-color: rgb(132,7,28); }
td.TdClassName
{
border-color: #84071C;
}
.TagClassName
{
border-color: #84071C;
}
</style>