Shades of Burgundy #84091C
Tints of Burgundy #84091C
RGB
CMYK
RGB Variations
Color information
#84091C (or 0x84091C) is known color: Burgundy. HEX triplet: 84, 09 and 1C. RGB value is (132,9,28). Sum of RGB (Red+Green+Blue) = 132+9+28=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #84091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84091C is #7BF6E3. Grayscale: #2F2F2F. Windows color (decimal): -8124132 or 1837444. OLE color: 1837444.
HSL color Cylindrical-coordinate representation of color #84091C: hue angle of 350.73º 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 #84091C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 28 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.48 |
| HSL | 350.73º | 0.87% | 0.28% | - |
| HSV(B) | 350.73º | 0.93% | 0.52% | - |
| XYZ | 9.82 | 5.18 | 1.58 | - |
| YUV | 47.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 28 | 0 | 0.93 | 0.79 | 0.48 | 350.73 | 0.87 | 0.28 |
| Hex | 84 | 9 | 1C | 0 | 5D | 4F | 30 | 15F | 57 | 1C |
| Octal | 204 | 11 | 34 | 0 | 135 | 117 | 60 | 537 | 127 | 34 |
| Binary | 10000100 | 1001 | 11100 | 0 | 1011101 | 1001111 | 110000 | 101011111 | 1010111 | 11100 |
Color Harmonies of #84091C
Complementary color
Monochromatic Colors of #84091C
Black with #84091C
Text Example
Text Example
White with #84091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84091C; }
p { color: rgb(132,9,28); }
H1.HeaderClassName
{
color: #84091C;
}
.AnyTagClassName
{
color: #84091C;
}
</style>
background-color css
<style>
a { background-color: #84091C; }
a { background-color: rgb(132,9,28); }
div.DivClassName
{
background-color: #84091C;
}
.BgClassName
{
background-color: #84091C;
}
</style>
border-color css
<style>
span { border-color: #84091C; }
span { border-color: rgb(132,9,28); }
td.TdClassName
{
border-color: #84091C;
}
.TagClassName
{
border-color: #84091C;
}
</style>