Shades of Burgundy #84102D
Tints of Burgundy #84102D
RGB
CMYK
RGB Variations
Color information
#84102D (or 0x84102D) is known color: Burgundy. HEX triplet: 84, 10 and 2D. RGB value is (132,16,45). Sum of RGB (Red+Green+Blue) = 132+16+45=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84102D is #7BEFD2. Grayscale: #353535. Windows color (decimal): -8122323 or 2953348. OLE color: 2953348.
HSL color Cylindrical-coordinate representation of color #84102D: hue angle of 345º 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 #84102D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 45 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.48 |
| HSL | 345º | 0.78% | 0.29% | - |
| HSV(B) | 345º | 0.88% | 0.52% | - |
| XYZ | 10.17 | 5.47 | 3 | - |
| YUV | 53.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 45 | 0 | 0.88 | 0.66 | 0.48 | 345 | 0.78 | 0.29 |
| Hex | 84 | 10 | 2D | 0 | 58 | 42 | 30 | 159 | 4E | 1D |
| Octal | 204 | 20 | 55 | 0 | 130 | 102 | 60 | 531 | 116 | 35 |
| Binary | 10000100 | 10000 | 101101 | 0 | 1011000 | 1000010 | 110000 | 101011001 | 1001110 | 11101 |
Color Harmonies of #84102D
Complementary color
Monochromatic Colors of #84102D
Black with #84102D
Text Example
Text Example
White with #84102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84102D; }
p { color: rgb(132,16,45); }
H1.HeaderClassName
{
color: #84102D;
}
.AnyTagClassName
{
color: #84102D;
}
</style>
background-color css
<style>
a { background-color: #84102D; }
a { background-color: rgb(132,16,45); }
div.DivClassName
{
background-color: #84102D;
}
.BgClassName
{
background-color: #84102D;
}
</style>
border-color css
<style>
span { border-color: #84102D; }
span { border-color: rgb(132,16,45); }
td.TdClassName
{
border-color: #84102D;
}
.TagClassName
{
border-color: #84102D;
}
</style>