Shades of Burgundy #84093C
Tints of Burgundy #84093C
RGB
CMYK
RGB Variations
Color information
#84093C (or 0x84093C) is known color: Burgundy. HEX triplet: 84, 09 and 3C. RGB value is (132,9,60). Sum of RGB (Red+Green+Blue) = 132+9+60=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #84093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84093C is #7BF6C3. Grayscale: #333333. Windows color (decimal): -8124100 or 3934596. OLE color: 3934596.
HSL color Cylindrical-coordinate representation of color #84093C: hue angle of 335.12º 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 #84093C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 60 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.48 |
| HSL | 335.12º | 0.87% | 0.28% | - |
| HSV(B) | 335.12º | 0.93% | 0.52% | - |
| XYZ | 10.43 | 5.43 | 4.77 | - |
| YUV | 51.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 60 | 0 | 0.93 | 0.55 | 0.48 | 335.12 | 0.87 | 0.28 |
| Hex | 84 | 9 | 3C | 0 | 5D | 37 | 30 | 14F | 57 | 1C |
| Octal | 204 | 11 | 74 | 0 | 135 | 67 | 60 | 517 | 127 | 34 |
| Binary | 10000100 | 1001 | 111100 | 0 | 1011101 | 110111 | 110000 | 101001111 | 1010111 | 11100 |
Color Harmonies of #84093C
Complementary color
Monochromatic Colors of #84093C
Black with #84093C
Text Example
Text Example
White with #84093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84093C; }
p { color: rgb(132,9,60); }
H1.HeaderClassName
{
color: #84093C;
}
.AnyTagClassName
{
color: #84093C;
}
</style>
background-color css
<style>
a { background-color: #84093C; }
a { background-color: rgb(132,9,60); }
div.DivClassName
{
background-color: #84093C;
}
.BgClassName
{
background-color: #84093C;
}
</style>
border-color css
<style>
span { border-color: #84093C; }
span { border-color: rgb(132,9,60); }
td.TdClassName
{
border-color: #84093C;
}
.TagClassName
{
border-color: #84093C;
}
</style>