Shades of Burgundy #841324
Tints of Burgundy #841324
RGB
CMYK
RGB Variations
Color information
#841324 (or 0x841324) is known color: Burgundy. HEX triplet: 84, 13 and 24. RGB value is (132,19,36). Sum of RGB (Red+Green+Blue) = 132+19+36=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #841324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841324 is #7BECDB. Grayscale: #363636. Windows color (decimal): -8121564 or 2364292. OLE color: 2364292.
HSL color Cylindrical-coordinate representation of color #841324: hue angle of 350.97º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841324 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 36 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.48 |
| HSL | 350.97º | 0.75% | 0.3% | - |
| HSV(B) | 350.97º | 0.86% | 0.52% | - |
| XYZ | 10.07 | 5.5 | 2.2 | - |
| YUV | 54.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 36 | 0 | 0.86 | 0.73 | 0.48 | 350.97 | 0.75 | 0.3 |
| Hex | 84 | 13 | 24 | 0 | 56 | 49 | 30 | 15F | 4B | 1E |
| Octal | 204 | 23 | 44 | 0 | 126 | 111 | 60 | 537 | 113 | 36 |
| Binary | 10000100 | 10011 | 100100 | 0 | 1010110 | 1001001 | 110000 | 101011111 | 1001011 | 11110 |
Color Harmonies of #841324
Complementary color
Monochromatic Colors of #841324
Black with #841324
Text Example
Text Example
White with #841324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841324; }
p { color: rgb(132,19,36); }
H1.HeaderClassName
{
color: #841324;
}
.AnyTagClassName
{
color: #841324;
}
</style>
background-color css
<style>
a { background-color: #841324; }
a { background-color: rgb(132,19,36); }
div.DivClassName
{
background-color: #841324;
}
.BgClassName
{
background-color: #841324;
}
</style>
border-color css
<style>
span { border-color: #841324; }
span { border-color: rgb(132,19,36); }
td.TdClassName
{
border-color: #841324;
}
.TagClassName
{
border-color: #841324;
}
</style>