Shades of Burgundy #840F2D
Tints of Burgundy #840F2D
RGB
CMYK
RGB Variations
Color information
#840F2D (or 0x840F2D) is known color: Burgundy. HEX triplet: 84, 0F and 2D. RGB value is (132,15,45). Sum of RGB (Red+Green+Blue) = 132+15+45=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #840F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F2D is #7BF0D2. Grayscale: #353535. Windows color (decimal): -8122579 or 2953092. OLE color: 2953092.
HSL color Cylindrical-coordinate representation of color #840F2D: hue angle of 344.62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F2D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 45 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.48 |
| HSL | 344.62º | 0.8% | 0.29% | - |
| HSV(B) | 344.62º | 0.89% | 0.52% | - |
| XYZ | 10.16 | 5.44 | 3 | - |
| YUV | 53.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 45 | 0 | 0.89 | 0.66 | 0.48 | 344.62 | 0.8 | 0.29 |
| Hex | 84 | F | 2D | 0 | 59 | 42 | 30 | 159 | 50 | 1D |
| Octal | 204 | 17 | 55 | 0 | 131 | 102 | 60 | 531 | 120 | 35 |
| Binary | 10000100 | 1111 | 101101 | 0 | 1011001 | 1000010 | 110000 | 101011001 | 1010000 | 11101 |
Color Harmonies of #840F2D
Complementary color
Monochromatic Colors of #840F2D
Black with #840F2D
Text Example
Text Example
White with #840F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F2D; }
p { color: rgb(132,15,45); }
H1.HeaderClassName
{
color: #840F2D;
}
.AnyTagClassName
{
color: #840F2D;
}
</style>
background-color css
<style>
a { background-color: #840F2D; }
a { background-color: rgb(132,15,45); }
div.DivClassName
{
background-color: #840F2D;
}
.BgClassName
{
background-color: #840F2D;
}
</style>
border-color css
<style>
span { border-color: #840F2D; }
span { border-color: rgb(132,15,45); }
td.TdClassName
{
border-color: #840F2D;
}
.TagClassName
{
border-color: #840F2D;
}
</style>