Shades of Burgundy #830133
Tints of Burgundy #830133
RGB
CMYK
RGB Variations
Color information
#830133 (or 0x830133) is known color: Burgundy. HEX triplet: 83, 01 and 33. RGB value is (131,1,51). Sum of RGB (Red+Green+Blue) = 131+1+51=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #830133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830133 is #7CFECC. Grayscale: #2D2D2D. Windows color (decimal): -8191693 or 3342723. OLE color: 3342723.
HSL color Cylindrical-coordinate representation of color #830133: hue angle of 336.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830133 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.49 |
| HSL | 336.92º | 0.98% | 0.26% | - |
| HSV(B) | 336.92º | 0.99% | 0.51% | - |
| XYZ | 9.97 | 5.09 | 3.59 | - |
| YUV | 45.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 51 | 0 | 0.99 | 0.61 | 0.49 | 336.92 | 0.98 | 0.26 |
| Hex | 83 | 1 | 33 | 0 | 63 | 3D | 31 | 151 | 62 | 1A |
| Octal | 203 | 1 | 63 | 0 | 143 | 75 | 61 | 521 | 142 | 32 |
| Binary | 10000011 | 1 | 110011 | 0 | 1100011 | 111101 | 110001 | 101010001 | 1100010 | 11010 |
Color Harmonies of #830133
Complementary color
Monochromatic Colors of #830133
Black with #830133
Text Example
Text Example
White with #830133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830133; }
p { color: rgb(131,1,51); }
H1.HeaderClassName
{
color: #830133;
}
.AnyTagClassName
{
color: #830133;
}
</style>
background-color css
<style>
a { background-color: #830133; }
a { background-color: rgb(131,1,51); }
div.DivClassName
{
background-color: #830133;
}
.BgClassName
{
background-color: #830133;
}
</style>
border-color css
<style>
span { border-color: #830133; }
span { border-color: rgb(131,1,51); }
td.TdClassName
{
border-color: #830133;
}
.TagClassName
{
border-color: #830133;
}
</style>