Shades of Burgundy #830928
Tints of Burgundy #830928
RGB
CMYK
RGB Variations
Color information
#830928 (or 0x830928) is known color: Burgundy. HEX triplet: 83, 09 and 28. RGB value is (131,9,40). Sum of RGB (Red+Green+Blue) = 131+9+40=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #830928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830928 is #7CF6D7. Grayscale: #313131. Windows color (decimal): -8189656 or 2623875. OLE color: 2623875.
HSL color Cylindrical-coordinate representation of color #830928: hue angle of 344.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830928 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 40 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.49 |
| HSL | 344.75º | 0.87% | 0.27% | - |
| HSV(B) | 344.75º | 0.93% | 0.51% | - |
| XYZ | 9.84 | 5.17 | 2.49 | - |
| YUV | 49.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 40 | 0 | 0.93 | 0.69 | 0.49 | 344.75 | 0.87 | 0.27 |
| Hex | 83 | 9 | 28 | 0 | 5D | 45 | 31 | 159 | 57 | 1B |
| Octal | 203 | 11 | 50 | 0 | 135 | 105 | 61 | 531 | 127 | 33 |
| Binary | 10000011 | 1001 | 101000 | 0 | 1011101 | 1000101 | 110001 | 101011001 | 1010111 | 11011 |
Color Harmonies of #830928
Complementary color
Monochromatic Colors of #830928
Black with #830928
Text Example
Text Example
White with #830928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830928; }
p { color: rgb(131,9,40); }
H1.HeaderClassName
{
color: #830928;
}
.AnyTagClassName
{
color: #830928;
}
</style>
background-color css
<style>
a { background-color: #830928; }
a { background-color: rgb(131,9,40); }
div.DivClassName
{
background-color: #830928;
}
.BgClassName
{
background-color: #830928;
}
</style>
border-color css
<style>
span { border-color: #830928; }
span { border-color: rgb(131,9,40); }
td.TdClassName
{
border-color: #830928;
}
.TagClassName
{
border-color: #830928;
}
</style>