Shades of Burgundy #840F22
Tints of Burgundy #840F22
RGB
CMYK
RGB Variations
Color information
#840F22 (or 0x840F22) is known color: Burgundy. HEX triplet: 84, 0F and 22. RGB value is (132,15,34). Sum of RGB (Red+Green+Blue) = 132+15+34=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #840F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F22 is #7BF0DD. Grayscale: #343434. Windows color (decimal): -8122590 or 2232196. OLE color: 2232196.
HSL color Cylindrical-coordinate representation of color #840F22: hue angle of 350.26º 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 #840F22 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 34 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.48 |
| HSL | 350.26º | 0.8% | 0.29% | - |
| HSV(B) | 350.26º | 0.89% | 0.52% | - |
| XYZ | 9.98 | 5.36 | 2.02 | - |
| YUV | 52.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 34 | 0 | 0.89 | 0.74 | 0.48 | 350.26 | 0.8 | 0.29 |
| Hex | 84 | F | 22 | 0 | 59 | 4A | 30 | 15E | 50 | 1D |
| Octal | 204 | 17 | 42 | 0 | 131 | 112 | 60 | 536 | 120 | 35 |
| Binary | 10000100 | 1111 | 100010 | 0 | 1011001 | 1001010 | 110000 | 101011110 | 1010000 | 11101 |
Color Harmonies of #840F22
Complementary color
Monochromatic Colors of #840F22
Black with #840F22
Text Example
Text Example
White with #840F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F22; }
p { color: rgb(132,15,34); }
H1.HeaderClassName
{
color: #840F22;
}
.AnyTagClassName
{
color: #840F22;
}
</style>
background-color css
<style>
a { background-color: #840F22; }
a { background-color: rgb(132,15,34); }
div.DivClassName
{
background-color: #840F22;
}
.BgClassName
{
background-color: #840F22;
}
</style>
border-color css
<style>
span { border-color: #840F22; }
span { border-color: rgb(132,15,34); }
td.TdClassName
{
border-color: #840F22;
}
.TagClassName
{
border-color: #840F22;
}
</style>