Shades of Burgundy #830132
Tints of Burgundy #830132
RGB
CMYK
RGB Variations
Color information
#830132 (or 0x830132) is known color: Burgundy. HEX triplet: 83, 01 and 32. RGB value is (131,1,50). Sum of RGB (Red+Green+Blue) = 131+1+50=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #830132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830132 is #7CFECD. Grayscale: #2D2D2D. Windows color (decimal): -8191694 or 3277187. OLE color: 3277187.
HSL color Cylindrical-coordinate representation of color #830132: hue angle of 337.38º 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 #830132 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.49 |
| HSL | 337.38º | 0.98% | 0.26% | - |
| HSV(B) | 337.38º | 0.99% | 0.51% | - |
| XYZ | 9.95 | 5.08 | 3.47 | - |
| YUV | 45.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 50 | 0 | 0.99 | 0.62 | 0.49 | 337.38 | 0.98 | 0.26 |
| Hex | 83 | 1 | 32 | 0 | 63 | 3E | 31 | 151 | 62 | 1A |
| Octal | 203 | 1 | 62 | 0 | 143 | 76 | 61 | 521 | 142 | 32 |
| Binary | 10000011 | 1 | 110010 | 0 | 1100011 | 111110 | 110001 | 101010001 | 1100010 | 11010 |
Color Harmonies of #830132
Complementary color
Monochromatic Colors of #830132
Black with #830132
Text Example
Text Example
White with #830132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830132; }
p { color: rgb(131,1,50); }
H1.HeaderClassName
{
color: #830132;
}
.AnyTagClassName
{
color: #830132;
}
</style>
background-color css
<style>
a { background-color: #830132; }
a { background-color: rgb(131,1,50); }
div.DivClassName
{
background-color: #830132;
}
.BgClassName
{
background-color: #830132;
}
</style>
border-color css
<style>
span { border-color: #830132; }
span { border-color: rgb(131,1,50); }
td.TdClassName
{
border-color: #830132;
}
.TagClassName
{
border-color: #830132;
}
</style>