Shades of Burgundy #830423
Tints of Burgundy #830423
RGB
CMYK
RGB Variations
Color information
#830423 (or 0x830423) is known color: Burgundy. HEX triplet: 83, 04 and 23. RGB value is (131,4,35). Sum of RGB (Red+Green+Blue) = 131+4+35=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #830423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830423 is #7CFBDC. Grayscale: #2D2D2D. Windows color (decimal): -8190941 or 2294915. OLE color: 2294915.
HSL color Cylindrical-coordinate representation of color #830423: hue angle of 345.35º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830423 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 35 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.49 |
| HSL | 345.35º | 0.94% | 0.26% | - |
| HSV(B) | 345.35º | 0.97% | 0.51% | - |
| XYZ | 9.71 | 5.03 | 2.05 | - |
| YUV | 45.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 35 | 0 | 0.97 | 0.73 | 0.49 | 345.35 | 0.94 | 0.26 |
| Hex | 83 | 4 | 23 | 0 | 61 | 49 | 31 | 159 | 5E | 1A |
| Octal | 203 | 4 | 43 | 0 | 141 | 111 | 61 | 531 | 136 | 32 |
| Binary | 10000011 | 100 | 100011 | 0 | 1100001 | 1001001 | 110001 | 101011001 | 1011110 | 11010 |
Color Harmonies of #830423
Complementary color
Monochromatic Colors of #830423
Black with #830423
Text Example
Text Example
White with #830423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830423; }
p { color: rgb(131,4,35); }
H1.HeaderClassName
{
color: #830423;
}
.AnyTagClassName
{
color: #830423;
}
</style>
background-color css
<style>
a { background-color: #830423; }
a { background-color: rgb(131,4,35); }
div.DivClassName
{
background-color: #830423;
}
.BgClassName
{
background-color: #830423;
}
</style>
border-color css
<style>
span { border-color: #830423; }
span { border-color: rgb(131,4,35); }
td.TdClassName
{
border-color: #830423;
}
.TagClassName
{
border-color: #830423;
}
</style>