Shades of Burgundy #84093B
Tints of Burgundy #84093B
RGB
CMYK
RGB Variations
Color information
#84093B (or 0x84093B) is known color: Burgundy. HEX triplet: 84, 09 and 3B. RGB value is (132,9,59). Sum of RGB (Red+Green+Blue) = 132+9+59=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84093B is #7BF6C4. Grayscale: #333333. Windows color (decimal): -8124101 or 3869060. OLE color: 3869060.
HSL color Cylindrical-coordinate representation of color #84093B: hue angle of 335.61º 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 #84093B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 59 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.48 |
| HSL | 335.61º | 0.87% | 0.28% | - |
| HSV(B) | 335.61º | 0.93% | 0.52% | - |
| XYZ | 10.4 | 5.42 | 4.63 | - |
| YUV | 51.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 59 | 0 | 0.93 | 0.55 | 0.48 | 335.61 | 0.87 | 0.28 |
| Hex | 84 | 9 | 3B | 0 | 5D | 37 | 30 | 150 | 57 | 1C |
| Octal | 204 | 11 | 73 | 0 | 135 | 67 | 60 | 520 | 127 | 34 |
| Binary | 10000100 | 1001 | 111011 | 0 | 1011101 | 110111 | 110000 | 101010000 | 1010111 | 11100 |
Color Harmonies of #84093B
Complementary color
Monochromatic Colors of #84093B
Black with #84093B
Text Example
Text Example
White with #84093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84093B; }
p { color: rgb(132,9,59); }
H1.HeaderClassName
{
color: #84093B;
}
.AnyTagClassName
{
color: #84093B;
}
</style>
background-color css
<style>
a { background-color: #84093B; }
a { background-color: rgb(132,9,59); }
div.DivClassName
{
background-color: #84093B;
}
.BgClassName
{
background-color: #84093B;
}
</style>
border-color css
<style>
span { border-color: #84093B; }
span { border-color: rgb(132,9,59); }
td.TdClassName
{
border-color: #84093B;
}
.TagClassName
{
border-color: #84093B;
}
</style>