Shades of Burgundy #830C21
Tints of Burgundy #830C21
RGB
CMYK
RGB Variations
Color information
#830C21 (or 0x830C21) is known color: Burgundy. HEX triplet: 83, 0C and 21. RGB value is (131,12,33). Sum of RGB (Red+Green+Blue) = 131+12+33=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #830C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830C21 is #7CF3DE. Grayscale: #323232. Windows color (decimal): -8188895 or 2165891. OLE color: 2165891.
HSL color Cylindrical-coordinate representation of color #830C21: hue angle of 349.41º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C21 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 12 | 33 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.49 |
| HSL | 349.41º | 0.83% | 0.28% | - |
| HSV(B) | 349.41º | 0.91% | 0.51% | - |
| XYZ | 9.77 | 5.2 | 1.93 | - |
| YUV | 49.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 33 | 0 | 0.91 | 0.75 | 0.49 | 349.41 | 0.83 | 0.28 |
| Hex | 83 | C | 21 | 0 | 5B | 4B | 31 | 15D | 53 | 1C |
| Octal | 203 | 14 | 41 | 0 | 133 | 113 | 61 | 535 | 123 | 34 |
| Binary | 10000011 | 1100 | 100001 | 0 | 1011011 | 1001011 | 110001 | 101011101 | 1010011 | 11100 |
Color Harmonies of #830C21
Complementary color
Monochromatic Colors of #830C21
Black with #830C21
Text Example
Text Example
White with #830C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830C21; }
p { color: rgb(131,12,33); }
H1.HeaderClassName
{
color: #830C21;
}
.AnyTagClassName
{
color: #830C21;
}
</style>
background-color css
<style>
a { background-color: #830C21; }
a { background-color: rgb(131,12,33); }
div.DivClassName
{
background-color: #830C21;
}
.BgClassName
{
background-color: #830C21;
}
</style>
border-color css
<style>
span { border-color: #830C21; }
span { border-color: rgb(131,12,33); }
td.TdClassName
{
border-color: #830C21;
}
.TagClassName
{
border-color: #830C21;
}
</style>