Shades of Burgundy #830035
Tints of Burgundy #830035
RGB
CMYK
RGB Variations
Color information
#830035 (or 0x830035) is known color: Burgundy. HEX triplet: 83, 00 and 35. RGB value is (131,0,53). Sum of RGB (Red+Green+Blue) = 131+0+53=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #830035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830035 is #7CFFCA. Grayscale: #2D2D2D. Windows color (decimal): -8191947 or 3473539. OLE color: 3473539.
HSL color Cylindrical-coordinate representation of color #830035: hue angle of 335.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830035 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.60 | 0.49 |
| HSL | 335.73º | 1% | 0.26% | - |
| HSV(B) | 335.73º | 1% | 0.51% | - |
| XYZ | 10 | 5.08 | 3.82 | - |
| YUV | 45.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 53 | 0 | 1 | 0.60 | 0.49 | 335.73 | 1 | 0.26 |
| Hex | 83 | 0 | 35 | 0 | 64 | 3C | 31 | 150 | 64 | 1A |
| Octal | 203 | 0 | 65 | 0 | 144 | 74 | 61 | 520 | 144 | 32 |
| Binary | 10000011 | 0 | 110101 | 0 | 1100100 | 111100 | 110001 | 101010000 | 1100100 | 11010 |
Color Harmonies of #830035
Complementary color
Monochromatic Colors of #830035
Black with #830035
Text Example
Text Example
White with #830035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830035; }
p { color: rgb(131,0,53); }
H1.HeaderClassName
{
color: #830035;
}
.AnyTagClassName
{
color: #830035;
}
</style>
background-color css
<style>
a { background-color: #830035; }
a { background-color: rgb(131,0,53); }
div.DivClassName
{
background-color: #830035;
}
.BgClassName
{
background-color: #830035;
}
</style>
border-color css
<style>
span { border-color: #830035; }
span { border-color: rgb(131,0,53); }
td.TdClassName
{
border-color: #830035;
}
.TagClassName
{
border-color: #830035;
}
</style>