Shades of Burgundy #841223
Tints of Burgundy #841223
RGB
CMYK
RGB Variations
Color information
#841223 (or 0x841223) is known color: Burgundy. HEX triplet: 84, 12 and 23. RGB value is (132,18,35). Sum of RGB (Red+Green+Blue) = 132+18+35=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841223 is #7BEDDC. Grayscale: #363636. Windows color (decimal): -8121821 or 2298500. OLE color: 2298500.
HSL color Cylindrical-coordinate representation of color #841223: hue angle of 351.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841223 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 35 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.48 |
| HSL | 351.05º | 0.76% | 0.29% | - |
| HSV(B) | 351.05º | 0.86% | 0.52% | - |
| XYZ | 10.04 | 5.46 | 2.11 | - |
| YUV | 54.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 35 | 0 | 0.86 | 0.73 | 0.48 | 351.05 | 0.76 | 0.29 |
| Hex | 84 | 12 | 23 | 0 | 56 | 49 | 30 | 15F | 4C | 1D |
| Octal | 204 | 22 | 43 | 0 | 126 | 111 | 60 | 537 | 114 | 35 |
| Binary | 10000100 | 10010 | 100011 | 0 | 1010110 | 1001001 | 110000 | 101011111 | 1001100 | 11101 |
Color Harmonies of #841223
Complementary color
Monochromatic Colors of #841223
Black with #841223
Text Example
Text Example
White with #841223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841223; }
p { color: rgb(132,18,35); }
H1.HeaderClassName
{
color: #841223;
}
.AnyTagClassName
{
color: #841223;
}
</style>
background-color css
<style>
a { background-color: #841223; }
a { background-color: rgb(132,18,35); }
div.DivClassName
{
background-color: #841223;
}
.BgClassName
{
background-color: #841223;
}
</style>
border-color css
<style>
span { border-color: #841223; }
span { border-color: rgb(132,18,35); }
td.TdClassName
{
border-color: #841223;
}
.TagClassName
{
border-color: #841223;
}
</style>