Shades of Burgundy #830239
Tints of Burgundy #830239
RGB
CMYK
RGB Variations
Color information
#830239 (or 0x830239) is known color: Burgundy. HEX triplet: 83, 02 and 39. RGB value is (131,2,57). Sum of RGB (Red+Green+Blue) = 131+2+57=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #830239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830239 is #7CFDC6. Grayscale: #2E2E2E. Windows color (decimal): -8191431 or 3736195. OLE color: 3736195.
HSL color Cylindrical-coordinate representation of color #830239: hue angle of 334.42º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830239 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.49 |
| HSL | 334.42º | 0.97% | 0.26% | - |
| HSV(B) | 334.42º | 0.98% | 0.51% | - |
| XYZ | 10.12 | 5.16 | 4.33 | - |
| YUV | 46.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 57 | 0 | 0.98 | 0.56 | 0.49 | 334.42 | 0.97 | 0.26 |
| Hex | 83 | 2 | 39 | 0 | 62 | 38 | 31 | 14E | 61 | 1A |
| Octal | 203 | 2 | 71 | 0 | 142 | 70 | 61 | 516 | 141 | 32 |
| Binary | 10000011 | 10 | 111001 | 0 | 1100010 | 111000 | 110001 | 101001110 | 1100001 | 11010 |
Color Harmonies of #830239
Complementary color
Monochromatic Colors of #830239
Black with #830239
Text Example
Text Example
White with #830239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830239; }
p { color: rgb(131,2,57); }
H1.HeaderClassName
{
color: #830239;
}
.AnyTagClassName
{
color: #830239;
}
</style>
background-color css
<style>
a { background-color: #830239; }
a { background-color: rgb(131,2,57); }
div.DivClassName
{
background-color: #830239;
}
.BgClassName
{
background-color: #830239;
}
</style>
border-color css
<style>
span { border-color: #830239; }
span { border-color: rgb(131,2,57); }
td.TdClassName
{
border-color: #830239;
}
.TagClassName
{
border-color: #830239;
}
</style>