Shades of Burgundy #84091B
Tints of Burgundy #84091B
RGB
CMYK
RGB Variations
Color information
#84091B (or 0x84091B) is known color: Burgundy. HEX triplet: 84, 09 and 1B. RGB value is (132,9,27). Sum of RGB (Red+Green+Blue) = 132+9+27=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #84091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84091B is #7BF6E4. Grayscale: #2F2F2F. Windows color (decimal): -8124133 or 1771908. OLE color: 1771908.
HSL color Cylindrical-coordinate representation of color #84091B: hue angle of 351.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84091B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 27 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.48 |
| HSL | 351.22º | 0.87% | 0.28% | - |
| HSV(B) | 351.22º | 0.93% | 0.52% | - |
| XYZ | 9.81 | 5.18 | 1.52 | - |
| YUV | 47.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 27 | 0 | 0.93 | 0.80 | 0.48 | 351.22 | 0.87 | 0.28 |
| Hex | 84 | 9 | 1B | 0 | 5D | 50 | 30 | 15F | 57 | 1C |
| Octal | 204 | 11 | 33 | 0 | 135 | 120 | 60 | 537 | 127 | 34 |
| Binary | 10000100 | 1001 | 11011 | 0 | 1011101 | 1010000 | 110000 | 101011111 | 1010111 | 11100 |
Color Harmonies of #84091B
Complementary color
Monochromatic Colors of #84091B
Black with #84091B
Text Example
Text Example
White with #84091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84091B; }
p { color: rgb(132,9,27); }
H1.HeaderClassName
{
color: #84091B;
}
.AnyTagClassName
{
color: #84091B;
}
</style>
background-color css
<style>
a { background-color: #84091B; }
a { background-color: rgb(132,9,27); }
div.DivClassName
{
background-color: #84091B;
}
.BgClassName
{
background-color: #84091B;
}
</style>
border-color css
<style>
span { border-color: #84091B; }
span { border-color: rgb(132,9,27); }
td.TdClassName
{
border-color: #84091B;
}
.TagClassName
{
border-color: #84091B;
}
</style>