Shades of Burgundy #830433
Tints of Burgundy #830433
RGB
CMYK
RGB Variations
Color information
#830433 (or 0x830433) is known color: Burgundy. HEX triplet: 83, 04 and 33. RGB value is (131,4,51). Sum of RGB (Red+Green+Blue) = 131+4+51=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #830433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830433 is #7CFBCC. Grayscale: #2F2F2F. Windows color (decimal): -8190925 or 3343491. OLE color: 3343491.
HSL color Cylindrical-coordinate representation of color #830433: hue angle of 337.8º 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 #830433 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 51 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.49 |
| HSL | 337.8º | 0.94% | 0.26% | - |
| HSV(B) | 337.8º | 0.97% | 0.51% | - |
| XYZ | 10 | 5.15 | 3.6 | - |
| YUV | 47.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 51 | 0 | 0.97 | 0.61 | 0.49 | 337.8 | 0.94 | 0.26 |
| Hex | 83 | 4 | 33 | 0 | 61 | 3D | 31 | 152 | 5E | 1A |
| Octal | 203 | 4 | 63 | 0 | 141 | 75 | 61 | 522 | 136 | 32 |
| Binary | 10000011 | 100 | 110011 | 0 | 1100001 | 111101 | 110001 | 101010010 | 1011110 | 11010 |
Color Harmonies of #830433
Complementary color
Monochromatic Colors of #830433
Black with #830433
Text Example
Text Example
White with #830433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830433; }
p { color: rgb(131,4,51); }
H1.HeaderClassName
{
color: #830433;
}
.AnyTagClassName
{
color: #830433;
}
</style>
background-color css
<style>
a { background-color: #830433; }
a { background-color: rgb(131,4,51); }
div.DivClassName
{
background-color: #830433;
}
.BgClassName
{
background-color: #830433;
}
</style>
border-color css
<style>
span { border-color: #830433; }
span { border-color: rgb(131,4,51); }
td.TdClassName
{
border-color: #830433;
}
.TagClassName
{
border-color: #830433;
}
</style>