Shades of Burgundy #841325
Tints of Burgundy #841325
RGB
CMYK
RGB Variations
Color information
#841325 (or 0x841325) is known color: Burgundy. HEX triplet: 84, 13 and 25. RGB value is (132,19,37). Sum of RGB (Red+Green+Blue) = 132+19+37=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841325 is #7BECDA. Grayscale: #363636. Windows color (decimal): -8121563 or 2429828. OLE color: 2429828.
HSL color Cylindrical-coordinate representation of color #841325: hue angle of 350.44º 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 #841325 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 37 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.48 |
| HSL | 350.44º | 0.75% | 0.3% | - |
| HSV(B) | 350.44º | 0.86% | 0.52% | - |
| XYZ | 10.08 | 5.5 | 2.28 | - |
| YUV | 54.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 37 | 0 | 0.86 | 0.72 | 0.48 | 350.44 | 0.75 | 0.3 |
| Hex | 84 | 13 | 25 | 0 | 56 | 48 | 30 | 15E | 4B | 1E |
| Octal | 204 | 23 | 45 | 0 | 126 | 110 | 60 | 536 | 113 | 36 |
| Binary | 10000100 | 10011 | 100101 | 0 | 1010110 | 1001000 | 110000 | 101011110 | 1001011 | 11110 |
Color Harmonies of #841325
Complementary color
Monochromatic Colors of #841325
Black with #841325
Text Example
Text Example
White with #841325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841325; }
p { color: rgb(132,19,37); }
H1.HeaderClassName
{
color: #841325;
}
.AnyTagClassName
{
color: #841325;
}
</style>
background-color css
<style>
a { background-color: #841325; }
a { background-color: rgb(132,19,37); }
div.DivClassName
{
background-color: #841325;
}
.BgClassName
{
background-color: #841325;
}
</style>
border-color css
<style>
span { border-color: #841325; }
span { border-color: rgb(132,19,37); }
td.TdClassName
{
border-color: #841325;
}
.TagClassName
{
border-color: #841325;
}
</style>