Shades of Burgundy #830135
Tints of Burgundy #830135
RGB
CMYK
RGB Variations
Color information
#830135 (or 0x830135) is known color: Burgundy. HEX triplet: 83, 01 and 35. RGB value is (131,1,53). Sum of RGB (Red+Green+Blue) = 131+1+53=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #830135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830135 is #7CFECA. Grayscale: #2D2D2D. Windows color (decimal): -8191691 or 3473795. OLE color: 3473795.
HSL color Cylindrical-coordinate representation of color #830135: hue angle of 336º 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 #830135 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.49 |
| HSL | 336º | 0.98% | 0.26% | - |
| HSV(B) | 336º | 0.99% | 0.51% | - |
| XYZ | 10.01 | 5.1 | 3.83 | - |
| YUV | 45.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 53 | 0 | 0.99 | 0.60 | 0.49 | 336 | 0.98 | 0.26 |
| Hex | 83 | 1 | 35 | 0 | 63 | 3C | 31 | 150 | 62 | 1A |
| Octal | 203 | 1 | 65 | 0 | 143 | 74 | 61 | 520 | 142 | 32 |
| Binary | 10000011 | 1 | 110101 | 0 | 1100011 | 111100 | 110001 | 101010000 | 1100010 | 11010 |
Color Harmonies of #830135
Complementary color
Monochromatic Colors of #830135
Black with #830135
Text Example
Text Example
White with #830135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830135; }
p { color: rgb(131,1,53); }
H1.HeaderClassName
{
color: #830135;
}
.AnyTagClassName
{
color: #830135;
}
</style>
background-color css
<style>
a { background-color: #830135; }
a { background-color: rgb(131,1,53); }
div.DivClassName
{
background-color: #830135;
}
.BgClassName
{
background-color: #830135;
}
</style>
border-color css
<style>
span { border-color: #830135; }
span { border-color: rgb(131,1,53); }
td.TdClassName
{
border-color: #830135;
}
.TagClassName
{
border-color: #830135;
}
</style>