Shades of Burgundy #84002F
Tints of Burgundy #84002F
RGB
CMYK
RGB Variations
Color information
#84002F (or 0x84002F) is known color: Burgundy. HEX triplet: 84, 00 and 2F. RGB value is (132,0,47). Sum of RGB (Red+Green+Blue) = 132+0+47=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84002F is #7BFFD0. Grayscale: #2C2C2C. Windows color (decimal): -8126417 or 3080324. OLE color: 3080324.
HSL color Cylindrical-coordinate representation of color #84002F: hue angle of 338.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84002F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.64 | 0.48 |
| HSL | 338.64º | 1% | 0.26% | - |
| HSV(B) | 338.64º | 1% | 0.52% | - |
| XYZ | 10.03 | 5.11 | 3.15 | - |
| YUV | 44.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 47 | 0 | 1 | 0.64 | 0.48 | 338.64 | 1 | 0.26 |
| Hex | 84 | 0 | 2F | 0 | 64 | 40 | 30 | 153 | 64 | 1A |
| Octal | 204 | 0 | 57 | 0 | 144 | 100 | 60 | 523 | 144 | 32 |
| Binary | 10000100 | 0 | 101111 | 0 | 1100100 | 1000000 | 110000 | 101010011 | 1100100 | 11010 |
Color Harmonies of #84002F
Complementary color
Monochromatic Colors of #84002F
Black with #84002F
Text Example
Text Example
White with #84002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84002F; }
p { color: rgb(132,0,47); }
H1.HeaderClassName
{
color: #84002F;
}
.AnyTagClassName
{
color: #84002F;
}
</style>
background-color css
<style>
a { background-color: #84002F; }
a { background-color: rgb(132,0,47); }
div.DivClassName
{
background-color: #84002F;
}
.BgClassName
{
background-color: #84002F;
}
</style>
border-color css
<style>
span { border-color: #84002F; }
span { border-color: rgb(132,0,47); }
td.TdClassName
{
border-color: #84002F;
}
.TagClassName
{
border-color: #84002F;
}
</style>