Shades of Burgundy #841023
Tints of Burgundy #841023
RGB
CMYK
RGB Variations
Color information
#841023 (or 0x841023) is known color: Burgundy. HEX triplet: 84, 10 and 23. RGB value is (132,16,35). Sum of RGB (Red+Green+Blue) = 132+16+35=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #841023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841023 is #7BEFDC. Grayscale: #343434. Windows color (decimal): -8122333 or 2297988. OLE color: 2297988.
HSL color Cylindrical-coordinate representation of color #841023: hue angle of 350.17º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841023 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 35 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.48 |
| HSL | 350.17º | 0.78% | 0.29% | - |
| HSV(B) | 350.17º | 0.88% | 0.52% | - |
| XYZ | 10 | 5.4 | 2.1 | - |
| YUV | 52.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 35 | 0 | 0.88 | 0.73 | 0.48 | 350.17 | 0.78 | 0.29 |
| Hex | 84 | 10 | 23 | 0 | 58 | 49 | 30 | 15E | 4E | 1D |
| Octal | 204 | 20 | 43 | 0 | 130 | 111 | 60 | 536 | 116 | 35 |
| Binary | 10000100 | 10000 | 100011 | 0 | 1011000 | 1001001 | 110000 | 101011110 | 1001110 | 11101 |
Color Harmonies of #841023
Complementary color
Monochromatic Colors of #841023
Black with #841023
Text Example
Text Example
White with #841023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841023; }
p { color: rgb(132,16,35); }
H1.HeaderClassName
{
color: #841023;
}
.AnyTagClassName
{
color: #841023;
}
</style>
background-color css
<style>
a { background-color: #841023; }
a { background-color: rgb(132,16,35); }
div.DivClassName
{
background-color: #841023;
}
.BgClassName
{
background-color: #841023;
}
</style>
border-color css
<style>
span { border-color: #841023; }
span { border-color: rgb(132,16,35); }
td.TdClassName
{
border-color: #841023;
}
.TagClassName
{
border-color: #841023;
}
</style>