Shades of Burgundy #84102F
Tints of Burgundy #84102F
RGB
CMYK
RGB Variations
Color information
#84102F (or 0x84102F) is known color: Burgundy. HEX triplet: 84, 10 and 2F. RGB value is (132,16,47). Sum of RGB (Red+Green+Blue) = 132+16+47=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84102F is #7BEFD0. Grayscale: #363636. Windows color (decimal): -8122321 or 3084420. OLE color: 3084420.
HSL color Cylindrical-coordinate representation of color #84102F: hue angle of 343.97º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84102F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 47 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.48 |
| HSL | 343.97º | 0.78% | 0.29% | - |
| HSV(B) | 343.97º | 0.88% | 0.52% | - |
| XYZ | 10.21 | 5.48 | 3.21 | - |
| YUV | 54.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 47 | 0 | 0.88 | 0.64 | 0.48 | 343.97 | 0.78 | 0.29 |
| Hex | 84 | 10 | 2F | 0 | 58 | 40 | 30 | 158 | 4E | 1D |
| Octal | 204 | 20 | 57 | 0 | 130 | 100 | 60 | 530 | 116 | 35 |
| Binary | 10000100 | 10000 | 101111 | 0 | 1011000 | 1000000 | 110000 | 101011000 | 1001110 | 11101 |
Color Harmonies of #84102F
Complementary color
Monochromatic Colors of #84102F
Black with #84102F
Text Example
Text Example
White with #84102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84102F; }
p { color: rgb(132,16,47); }
H1.HeaderClassName
{
color: #84102F;
}
.AnyTagClassName
{
color: #84102F;
}
</style>
background-color css
<style>
a { background-color: #84102F; }
a { background-color: rgb(132,16,47); }
div.DivClassName
{
background-color: #84102F;
}
.BgClassName
{
background-color: #84102F;
}
</style>
border-color css
<style>
span { border-color: #84102F; }
span { border-color: rgb(132,16,47); }
td.TdClassName
{
border-color: #84102F;
}
.TagClassName
{
border-color: #84102F;
}
</style>