Shades of Burgundy #830218
Tints of Burgundy #830218
RGB
CMYK
RGB Variations
Color information
#830218 (or 0x830218) is known color: Burgundy. HEX triplet: 83, 02 and 18. RGB value is (131,2,24). Sum of RGB (Red+Green+Blue) = 131+2+24=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #830218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830218 is #7CFDE7. Grayscale: #2B2B2B. Windows color (decimal): -8191464 or 1573507. OLE color: 1573507.
HSL color Cylindrical-coordinate representation of color #830218: hue angle of 349.77º 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 #830218 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 24 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.49 |
| HSL | 349.77º | 0.97% | 0.26% | - |
| HSV(B) | 349.77º | 0.98% | 0.51% | - |
| XYZ | 9.55 | 4.93 | 1.31 | - |
| YUV | 43.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 24 | 0 | 0.98 | 0.82 | 0.49 | 349.77 | 0.97 | 0.26 |
| Hex | 83 | 2 | 18 | 0 | 62 | 52 | 31 | 15E | 61 | 1A |
| Octal | 203 | 2 | 30 | 0 | 142 | 122 | 61 | 536 | 141 | 32 |
| Binary | 10000011 | 10 | 11000 | 0 | 1100010 | 1010010 | 110001 | 101011110 | 1100001 | 11010 |
Color Harmonies of #830218
Complementary color
Monochromatic Colors of #830218
Black with #830218
Text Example
Text Example
White with #830218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830218; }
p { color: rgb(131,2,24); }
H1.HeaderClassName
{
color: #830218;
}
.AnyTagClassName
{
color: #830218;
}
</style>
background-color css
<style>
a { background-color: #830218; }
a { background-color: rgb(131,2,24); }
div.DivClassName
{
background-color: #830218;
}
.BgClassName
{
background-color: #830218;
}
</style>
border-color css
<style>
span { border-color: #830218; }
span { border-color: rgb(131,2,24); }
td.TdClassName
{
border-color: #830218;
}
.TagClassName
{
border-color: #830218;
}
</style>