Shades of Burgundy #830925
Tints of Burgundy #830925
RGB
CMYK
RGB Variations
Color information
#830925 (or 0x830925) is known color: Burgundy. HEX triplet: 83, 09 and 25. RGB value is (131,9,37). Sum of RGB (Red+Green+Blue) = 131+9+37=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #830925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830925 is #7CF6DA. Grayscale: #303030. Windows color (decimal): -8189659 or 2427267. OLE color: 2427267.
HSL color Cylindrical-coordinate representation of color #830925: hue angle of 346.23º 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 #830925 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 37 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.49 |
| HSL | 346.23º | 0.87% | 0.27% | - |
| HSV(B) | 346.23º | 0.93% | 0.51% | - |
| XYZ | 9.79 | 5.15 | 2.23 | - |
| YUV | 48.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 37 | 0 | 0.93 | 0.72 | 0.49 | 346.23 | 0.87 | 0.27 |
| Hex | 83 | 9 | 25 | 0 | 5D | 48 | 31 | 15A | 57 | 1B |
| Octal | 203 | 11 | 45 | 0 | 135 | 110 | 61 | 532 | 127 | 33 |
| Binary | 10000011 | 1001 | 100101 | 0 | 1011101 | 1001000 | 110001 | 101011010 | 1010111 | 11011 |
Color Harmonies of #830925
Complementary color
Monochromatic Colors of #830925
Black with #830925
Text Example
Text Example
White with #830925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830925; }
p { color: rgb(131,9,37); }
H1.HeaderClassName
{
color: #830925;
}
.AnyTagClassName
{
color: #830925;
}
</style>
background-color css
<style>
a { background-color: #830925; }
a { background-color: rgb(131,9,37); }
div.DivClassName
{
background-color: #830925;
}
.BgClassName
{
background-color: #830925;
}
</style>
border-color css
<style>
span { border-color: #830925; }
span { border-color: rgb(131,9,37); }
td.TdClassName
{
border-color: #830925;
}
.TagClassName
{
border-color: #830925;
}
</style>