Shades of Burgundy #840F28
Tints of Burgundy #840F28
RGB
CMYK
RGB Variations
Color information
#840F28 (or 0x840F28) is known color: Burgundy. HEX triplet: 84, 0F and 28. RGB value is (132,15,40). Sum of RGB (Red+Green+Blue) = 132+15+40=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #840F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F28 is #7BF0D7. Grayscale: #343434. Windows color (decimal): -8122584 or 2625412. OLE color: 2625412.
HSL color Cylindrical-coordinate representation of color #840F28: hue angle of 347.18º 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 #840F28 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 40 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.48 |
| HSL | 347.18º | 0.8% | 0.29% | - |
| HSV(B) | 347.18º | 0.89% | 0.52% | - |
| XYZ | 10.07 | 5.4 | 2.52 | - |
| YUV | 52.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 40 | 0 | 0.89 | 0.70 | 0.48 | 347.18 | 0.8 | 0.29 |
| Hex | 84 | F | 28 | 0 | 59 | 46 | 30 | 15B | 50 | 1D |
| Octal | 204 | 17 | 50 | 0 | 131 | 106 | 60 | 533 | 120 | 35 |
| Binary | 10000100 | 1111 | 101000 | 0 | 1011001 | 1000110 | 110000 | 101011011 | 1010000 | 11101 |
Color Harmonies of #840F28
Complementary color
Monochromatic Colors of #840F28
Black with #840F28
Text Example
Text Example
White with #840F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F28; }
p { color: rgb(132,15,40); }
H1.HeaderClassName
{
color: #840F28;
}
.AnyTagClassName
{
color: #840F28;
}
</style>
background-color css
<style>
a { background-color: #840F28; }
a { background-color: rgb(132,15,40); }
div.DivClassName
{
background-color: #840F28;
}
.BgClassName
{
background-color: #840F28;
}
</style>
border-color css
<style>
span { border-color: #840F28; }
span { border-color: rgb(132,15,40); }
td.TdClassName
{
border-color: #840F28;
}
.TagClassName
{
border-color: #840F28;
}
</style>