Shades of Burgundy #830028
Tints of Burgundy #830028
RGB
CMYK
RGB Variations
Color information
#830028 (or 0x830028) is known color: Burgundy. HEX triplet: 83, 00 and 28. RGB value is (131,0,40). Sum of RGB (Red+Green+Blue) = 131+0+40=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #830028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830028 is #7CFFD7. Grayscale: #2B2B2B. Windows color (decimal): -8191960 or 2621571. OLE color: 2621571.
HSL color Cylindrical-coordinate representation of color #830028: hue angle of 341.68º 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 #830028 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.69 | 0.49 |
| HSL | 341.68º | 1% | 0.26% | - |
| HSV(B) | 341.68º | 1% | 0.51% | - |
| XYZ | 9.74 | 4.98 | 2.45 | - |
| YUV | 43.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 40 | 0 | 1 | 0.69 | 0.49 | 341.68 | 1 | 0.26 |
| Hex | 83 | 0 | 28 | 0 | 64 | 45 | 31 | 156 | 64 | 1A |
| Octal | 203 | 0 | 50 | 0 | 144 | 105 | 61 | 526 | 144 | 32 |
| Binary | 10000011 | 0 | 101000 | 0 | 1100100 | 1000101 | 110001 | 101010110 | 1100100 | 11010 |
Color Harmonies of #830028
Complementary color
Monochromatic Colors of #830028
Black with #830028
Text Example
Text Example
White with #830028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830028; }
p { color: rgb(131,0,40); }
H1.HeaderClassName
{
color: #830028;
}
.AnyTagClassName
{
color: #830028;
}
</style>
background-color css
<style>
a { background-color: #830028; }
a { background-color: rgb(131,0,40); }
div.DivClassName
{
background-color: #830028;
}
.BgClassName
{
background-color: #830028;
}
</style>
border-color css
<style>
span { border-color: #830028; }
span { border-color: rgb(131,0,40); }
td.TdClassName
{
border-color: #830028;
}
.TagClassName
{
border-color: #830028;
}
</style>