Shades of Burgundy #840F34
Tints of Burgundy #840F34
RGB
CMYK
RGB Variations
Color information
#840F34 (or 0x840F34) is known color: Burgundy. HEX triplet: 84, 0F and 34. RGB value is (132,15,52). Sum of RGB (Red+Green+Blue) = 132+15+52=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #840F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F34 is #7BF0CB. Grayscale: #363636. Windows color (decimal): -8122572 or 3411844. OLE color: 3411844.
HSL color Cylindrical-coordinate representation of color #840F34: hue angle of 341.03º 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 #840F34 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 52 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.48 |
| HSL | 341.03º | 0.8% | 0.29% | - |
| HSV(B) | 341.03º | 0.89% | 0.52% | - |
| XYZ | 10.31 | 5.5 | 3.77 | - |
| YUV | 54.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 52 | 0 | 0.89 | 0.61 | 0.48 | 341.03 | 0.8 | 0.29 |
| Hex | 84 | F | 34 | 0 | 59 | 3D | 30 | 155 | 50 | 1D |
| Octal | 204 | 17 | 64 | 0 | 131 | 75 | 60 | 525 | 120 | 35 |
| Binary | 10000100 | 1111 | 110100 | 0 | 1011001 | 111101 | 110000 | 101010101 | 1010000 | 11101 |
Color Harmonies of #840F34
Complementary color
Monochromatic Colors of #840F34
Black with #840F34
Text Example
Text Example
White with #840F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F34; }
p { color: rgb(132,15,52); }
H1.HeaderClassName
{
color: #840F34;
}
.AnyTagClassName
{
color: #840F34;
}
</style>
background-color css
<style>
a { background-color: #840F34; }
a { background-color: rgb(132,15,52); }
div.DivClassName
{
background-color: #840F34;
}
.BgClassName
{
background-color: #840F34;
}
</style>
border-color css
<style>
span { border-color: #840F34; }
span { border-color: rgb(132,15,52); }
td.TdClassName
{
border-color: #840F34;
}
.TagClassName
{
border-color: #840F34;
}
</style>