Shades of Burgundy #830735
Tints of Burgundy #830735
RGB
CMYK
RGB Variations
Color information
#830735 (or 0x830735) is known color: Burgundy. HEX triplet: 83, 07 and 35. RGB value is (131,7,53). Sum of RGB (Red+Green+Blue) = 131+7+53=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #830735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830735 is #7CF8CA. Grayscale: #313131. Windows color (decimal): -8190155 or 3475331. OLE color: 3475331.
HSL color Cylindrical-coordinate representation of color #830735: hue angle of 337.74º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830735 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 53 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.49 |
| HSL | 337.74º | 0.9% | 0.27% | - |
| HSV(B) | 337.74º | 0.95% | 0.51% | - |
| XYZ | 10.08 | 5.23 | 3.85 | - |
| YUV | 49.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 53 | 0 | 0.95 | 0.60 | 0.49 | 337.74 | 0.9 | 0.27 |
| Hex | 83 | 7 | 35 | 0 | 5F | 3C | 31 | 152 | 5A | 1B |
| Octal | 203 | 7 | 65 | 0 | 137 | 74 | 61 | 522 | 132 | 33 |
| Binary | 10000011 | 111 | 110101 | 0 | 1011111 | 111100 | 110001 | 101010010 | 1011010 | 11011 |
Color Harmonies of #830735
Complementary color
Monochromatic Colors of #830735
Black with #830735
Text Example
Text Example
White with #830735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830735; }
p { color: rgb(131,7,53); }
H1.HeaderClassName
{
color: #830735;
}
.AnyTagClassName
{
color: #830735;
}
</style>
background-color css
<style>
a { background-color: #830735; }
a { background-color: rgb(131,7,53); }
div.DivClassName
{
background-color: #830735;
}
.BgClassName
{
background-color: #830735;
}
</style>
border-color css
<style>
span { border-color: #830735; }
span { border-color: rgb(131,7,53); }
td.TdClassName
{
border-color: #830735;
}
.TagClassName
{
border-color: #830735;
}
</style>