Shades of Burgundy #84062C
Tints of Burgundy #84062C
RGB
CMYK
RGB Variations
Color information
#84062C (or 0x84062C) is known color: Burgundy. HEX triplet: 84, 06 and 2C. RGB value is (132,6,44). Sum of RGB (Red+Green+Blue) = 132+6+44=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #84062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84062C is #7BF9D3. Grayscale: #2F2F2F. Windows color (decimal): -8124884 or 2885252. OLE color: 2885252.
HSL color Cylindrical-coordinate representation of color #84062C: hue angle of 341.9º degrees, saturation: 0.91, 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 #84062C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 6 | 44 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.48 |
| HSL | 341.9º | 0.91% | 0.27% | - |
| HSV(B) | 341.9º | 0.95% | 0.52% | - |
| XYZ | 10.04 | 5.22 | 2.86 | - |
| YUV | 48.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 44 | 0 | 0.95 | 0.67 | 0.48 | 341.9 | 0.91 | 0.27 |
| Hex | 84 | 6 | 2C | 0 | 5F | 43 | 30 | 156 | 5B | 1B |
| Octal | 204 | 6 | 54 | 0 | 137 | 103 | 60 | 526 | 133 | 33 |
| Binary | 10000100 | 110 | 101100 | 0 | 1011111 | 1000011 | 110000 | 101010110 | 1011011 | 11011 |
Color Harmonies of #84062C
Complementary color
Monochromatic Colors of #84062C
Black with #84062C
Text Example
Text Example
White with #84062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84062C; }
p { color: rgb(132,6,44); }
H1.HeaderClassName
{
color: #84062C;
}
.AnyTagClassName
{
color: #84062C;
}
</style>
background-color css
<style>
a { background-color: #84062C; }
a { background-color: rgb(132,6,44); }
div.DivClassName
{
background-color: #84062C;
}
.BgClassName
{
background-color: #84062C;
}
</style>
border-color css
<style>
span { border-color: #84062C; }
span { border-color: rgb(132,6,44); }
td.TdClassName
{
border-color: #84062C;
}
.TagClassName
{
border-color: #84062C;
}
</style>