Shades of Burgundy #830D22
Tints of Burgundy #830D22
RGB
CMYK
RGB Variations
Color information
#830D22 (or 0x830D22) is known color: Burgundy. HEX triplet: 83, 0D and 22. RGB value is (131,13,34). Sum of RGB (Red+Green+Blue) = 131+13+34=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #830D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830D22 is #7CF2DD. Grayscale: #323232. Windows color (decimal): -8188638 or 2231683. OLE color: 2231683.
HSL color Cylindrical-coordinate representation of color #830D22: hue angle of 349.32º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830D22 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 13 | 34 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.49 |
| HSL | 349.32º | 0.82% | 0.28% | - |
| HSV(B) | 349.32º | 0.9% | 0.51% | - |
| XYZ | 9.79 | 5.23 | 2.01 | - |
| YUV | 50.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 34 | 0 | 0.90 | 0.74 | 0.49 | 349.32 | 0.82 | 0.28 |
| Hex | 83 | D | 22 | 0 | 5A | 4A | 31 | 15D | 52 | 1C |
| Octal | 203 | 15 | 42 | 0 | 132 | 112 | 61 | 535 | 122 | 34 |
| Binary | 10000011 | 1101 | 100010 | 0 | 1011010 | 1001010 | 110001 | 101011101 | 1010010 | 11100 |
Color Harmonies of #830D22
Complementary color
Monochromatic Colors of #830D22
Black with #830D22
Text Example
Text Example
White with #830D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830D22; }
p { color: rgb(131,13,34); }
H1.HeaderClassName
{
color: #830D22;
}
.AnyTagClassName
{
color: #830D22;
}
</style>
background-color css
<style>
a { background-color: #830D22; }
a { background-color: rgb(131,13,34); }
div.DivClassName
{
background-color: #830D22;
}
.BgClassName
{
background-color: #830D22;
}
</style>
border-color css
<style>
span { border-color: #830D22; }
span { border-color: rgb(131,13,34); }
td.TdClassName
{
border-color: #830D22;
}
.TagClassName
{
border-color: #830D22;
}
</style>