Shades of Burgundy #830224
Tints of Burgundy #830224
RGB
CMYK
RGB Variations
Color information
#830224 (or 0x830224) is known color: Burgundy. HEX triplet: 83, 02 and 24. RGB value is (131,2,36). Sum of RGB (Red+Green+Blue) = 131+2+36=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #830224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830224 is #7CFDDB. Grayscale: #2C2C2C. Windows color (decimal): -8191452 or 2359939. OLE color: 2359939.
HSL color Cylindrical-coordinate representation of color #830224: hue angle of 344.19º 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 #830224 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.49 |
| HSL | 344.19º | 0.97% | 0.26% | - |
| HSV(B) | 344.19º | 0.98% | 0.51% | - |
| XYZ | 9.7 | 5 | 2.12 | - |
| YUV | 44.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 36 | 0 | 0.98 | 0.73 | 0.49 | 344.19 | 0.97 | 0.26 |
| Hex | 83 | 2 | 24 | 0 | 62 | 49 | 31 | 158 | 61 | 1A |
| Octal | 203 | 2 | 44 | 0 | 142 | 111 | 61 | 530 | 141 | 32 |
| Binary | 10000011 | 10 | 100100 | 0 | 1100010 | 1001001 | 110001 | 101011000 | 1100001 | 11010 |
Color Harmonies of #830224
Complementary color
Monochromatic Colors of #830224
Black with #830224
Text Example
Text Example
White with #830224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830224; }
p { color: rgb(131,2,36); }
H1.HeaderClassName
{
color: #830224;
}
.AnyTagClassName
{
color: #830224;
}
</style>
background-color css
<style>
a { background-color: #830224; }
a { background-color: rgb(131,2,36); }
div.DivClassName
{
background-color: #830224;
}
.BgClassName
{
background-color: #830224;
}
</style>
border-color css
<style>
span { border-color: #830224; }
span { border-color: rgb(131,2,36); }
td.TdClassName
{
border-color: #830224;
}
.TagClassName
{
border-color: #830224;
}
</style>