Shades of Burgundy #830421
Tints of Burgundy #830421
RGB
CMYK
RGB Variations
Color information
#830421 (or 0x830421) is known color: Burgundy. HEX triplet: 83, 04 and 21. RGB value is (131,4,33). Sum of RGB (Red+Green+Blue) = 131+4+33=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #830421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830421 is #7CFBDE. Grayscale: #2D2D2D. Windows color (decimal): -8190943 or 2163843. OLE color: 2163843.
HSL color Cylindrical-coordinate representation of color #830421: hue angle of 346.3º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830421 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 33 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.49 |
| HSL | 346.3º | 0.94% | 0.26% | - |
| HSV(B) | 346.3º | 0.97% | 0.51% | - |
| XYZ | 9.68 | 5.02 | 1.9 | - |
| YUV | 45.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 33 | 0 | 0.97 | 0.75 | 0.49 | 346.3 | 0.94 | 0.26 |
| Hex | 83 | 4 | 21 | 0 | 61 | 4B | 31 | 15A | 5E | 1A |
| Octal | 203 | 4 | 41 | 0 | 141 | 113 | 61 | 532 | 136 | 32 |
| Binary | 10000011 | 100 | 100001 | 0 | 1100001 | 1001011 | 110001 | 101011010 | 1011110 | 11010 |
Color Harmonies of #830421
Complementary color
Monochromatic Colors of #830421
Black with #830421
Text Example
Text Example
White with #830421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830421; }
p { color: rgb(131,4,33); }
H1.HeaderClassName
{
color: #830421;
}
.AnyTagClassName
{
color: #830421;
}
</style>
background-color css
<style>
a { background-color: #830421; }
a { background-color: rgb(131,4,33); }
div.DivClassName
{
background-color: #830421;
}
.BgClassName
{
background-color: #830421;
}
</style>
border-color css
<style>
span { border-color: #830421; }
span { border-color: rgb(131,4,33); }
td.TdClassName
{
border-color: #830421;
}
.TagClassName
{
border-color: #830421;
}
</style>