Shades of Burgundy #840F33
Tints of Burgundy #840F33
RGB
CMYK
RGB Variations
Color information
#840F33 (or 0x840F33) is known color: Burgundy. HEX triplet: 84, 0F and 33. RGB value is (132,15,51). Sum of RGB (Red+Green+Blue) = 132+15+51=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #840F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F33 is #7BF0CC. Grayscale: #363636. Windows color (decimal): -8122573 or 3346308. OLE color: 3346308.
HSL color Cylindrical-coordinate representation of color #840F33: hue angle of 341.54º 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 #840F33 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 51 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.48 |
| HSL | 341.54º | 0.8% | 0.29% | - |
| HSV(B) | 341.54º | 0.89% | 0.52% | - |
| XYZ | 10.28 | 5.49 | 3.65 | - |
| YUV | 54.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 51 | 0 | 0.89 | 0.61 | 0.48 | 341.54 | 0.8 | 0.29 |
| Hex | 84 | F | 33 | 0 | 59 | 3D | 30 | 156 | 50 | 1D |
| Octal | 204 | 17 | 63 | 0 | 131 | 75 | 60 | 526 | 120 | 35 |
| Binary | 10000100 | 1111 | 110011 | 0 | 1011001 | 111101 | 110000 | 101010110 | 1010000 | 11101 |
Color Harmonies of #840F33
Complementary color
Monochromatic Colors of #840F33
Black with #840F33
Text Example
Text Example
White with #840F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F33; }
p { color: rgb(132,15,51); }
H1.HeaderClassName
{
color: #840F33;
}
.AnyTagClassName
{
color: #840F33;
}
</style>
background-color css
<style>
a { background-color: #840F33; }
a { background-color: rgb(132,15,51); }
div.DivClassName
{
background-color: #840F33;
}
.BgClassName
{
background-color: #840F33;
}
</style>
border-color css
<style>
span { border-color: #840F33; }
span { border-color: rgb(132,15,51); }
td.TdClassName
{
border-color: #840F33;
}
.TagClassName
{
border-color: #840F33;
}
</style>