Shades of Burgundy #840A30
Tints of Burgundy #840A30
RGB
CMYK
RGB Variations
Color information
#840A30 (or 0x840A30) is known color: Burgundy. HEX triplet: 84, 0A and 30. RGB value is (132,10,48). Sum of RGB (Red+Green+Blue) = 132+10+48=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #840A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840A30 is #7BF5CF. Grayscale: #323232. Windows color (decimal): -8123856 or 3148420. OLE color: 3148420.
HSL color Cylindrical-coordinate representation of color #840A30: hue angle of 341.31º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A30 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 10 | 48 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.48 |
| HSL | 341.31º | 0.86% | 0.28% | - |
| HSV(B) | 341.31º | 0.92% | 0.52% | - |
| XYZ | 10.16 | 5.34 | 3.29 | - |
| YUV | 50.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 48 | 0 | 0.92 | 0.64 | 0.48 | 341.31 | 0.86 | 0.28 |
| Hex | 84 | A | 30 | 0 | 5C | 40 | 30 | 155 | 56 | 1C |
| Octal | 204 | 12 | 60 | 0 | 134 | 100 | 60 | 525 | 126 | 34 |
| Binary | 10000100 | 1010 | 110000 | 0 | 1011100 | 1000000 | 110000 | 101010101 | 1010110 | 11100 |
Color Harmonies of #840A30
Complementary color
Monochromatic Colors of #840A30
Black with #840A30
Text Example
Text Example
White with #840A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840A30; }
p { color: rgb(132,10,48); }
H1.HeaderClassName
{
color: #840A30;
}
.AnyTagClassName
{
color: #840A30;
}
</style>
background-color css
<style>
a { background-color: #840A30; }
a { background-color: rgb(132,10,48); }
div.DivClassName
{
background-color: #840A30;
}
.BgClassName
{
background-color: #840A30;
}
</style>
border-color css
<style>
span { border-color: #840A30; }
span { border-color: rgb(132,10,48); }
td.TdClassName
{
border-color: #840A30;
}
.TagClassName
{
border-color: #840A30;
}
</style>