Shades of Burgundy #83001B
Tints of Burgundy #83001B
RGB
CMYK
RGB Variations
Color information
#83001B (or 0x83001B) is known color: Burgundy. HEX triplet: 83, 00 and 1B. RGB value is (131,0,27). Sum of RGB (Red+Green+Blue) = 131+0+27=158 (20% of max value = 765). Red value is 131 (51.56% from 255 or 82.91% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 131 - color contains mainly: red. Hex color #83001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83001B is #7CFFE4. Grayscale: #2A2A2A. Windows color (decimal): -8191973 or 1769603. OLE color: 1769603.
HSL color Cylindrical-coordinate representation of color #83001B: hue angle of 347.63º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83001B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.79 | 0.49 |
| HSL | 347.63º | 1% | 0.26% | - |
| HSV(B) | 347.63º | 1% | 0.51% | - |
| XYZ | 9.56 | 4.9 | 1.48 | - |
| YUV | 42.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 27 | 0 | 1 | 0.79 | 0.49 | 347.63 | 1 | 0.26 |
| Hex | 83 | 0 | 1B | 0 | 64 | 4F | 31 | 15C | 64 | 1A |
| Octal | 203 | 0 | 33 | 0 | 144 | 117 | 61 | 534 | 144 | 32 |
| Binary | 10000011 | 0 | 11011 | 0 | 1100100 | 1001111 | 110001 | 101011100 | 1100100 | 11010 |
Color Harmonies of #83001B
Complementary color
Monochromatic Colors of #83001B
Black with #83001B
Text Example
Text Example
White with #83001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83001B; }
p { color: rgb(131,0,27); }
H1.HeaderClassName
{
color: #83001B;
}
.AnyTagClassName
{
color: #83001B;
}
</style>
background-color css
<style>
a { background-color: #83001B; }
a { background-color: rgb(131,0,27); }
div.DivClassName
{
background-color: #83001B;
}
.BgClassName
{
background-color: #83001B;
}
</style>
border-color css
<style>
span { border-color: #83001B; }
span { border-color: rgb(131,0,27); }
td.TdClassName
{
border-color: #83001B;
}
.TagClassName
{
border-color: #83001B;
}
</style>