Shades of Burgundy #83062F
Tints of Burgundy #83062F
RGB
CMYK
RGB Variations
Color information
#83062F (or 0x83062F) is known color: Burgundy. HEX triplet: 83, 06 and 2F. RGB value is (131,6,47). Sum of RGB (Red+Green+Blue) = 131+6+47=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #83062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83062F is #7CF9D0. Grayscale: #303030. Windows color (decimal): -8190417 or 3081859. OLE color: 3081859.
HSL color Cylindrical-coordinate representation of color #83062F: hue angle of 340.32º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83062F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 47 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.49 |
| HSL | 340.32º | 0.91% | 0.27% | - |
| HSV(B) | 340.32º | 0.95% | 0.51% | - |
| XYZ | 9.94 | 5.16 | 3.16 | - |
| YUV | 48.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 47 | 0 | 0.95 | 0.64 | 0.49 | 340.32 | 0.91 | 0.27 |
| Hex | 83 | 6 | 2F | 0 | 5F | 40 | 31 | 154 | 5B | 1B |
| Octal | 203 | 6 | 57 | 0 | 137 | 100 | 61 | 524 | 133 | 33 |
| Binary | 10000011 | 110 | 101111 | 0 | 1011111 | 1000000 | 110001 | 101010100 | 1011011 | 11011 |
Color Harmonies of #83062F
Complementary color
Monochromatic Colors of #83062F
Black with #83062F
Text Example
Text Example
White with #83062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83062F; }
p { color: rgb(131,6,47); }
H1.HeaderClassName
{
color: #83062F;
}
.AnyTagClassName
{
color: #83062F;
}
</style>
background-color css
<style>
a { background-color: #83062F; }
a { background-color: rgb(131,6,47); }
div.DivClassName
{
background-color: #83062F;
}
.BgClassName
{
background-color: #83062F;
}
</style>
border-color css
<style>
span { border-color: #83062F; }
span { border-color: rgb(131,6,47); }
td.TdClassName
{
border-color: #83062F;
}
.TagClassName
{
border-color: #83062F;
}
</style>