Shades of Burgundy #83001C
Tints of Burgundy #83001C
RGB
CMYK
RGB Variations
Color information
#83001C (or 0x83001C) is known color: Burgundy. HEX triplet: 83, 00 and 1C. RGB value is (131,0,28). Sum of RGB (Red+Green+Blue) = 131+0+28=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #83001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83001C is #7CFFE3. Grayscale: #2A2A2A. Windows color (decimal): -8191972 or 1835139. OLE color: 1835139.
HSL color Cylindrical-coordinate representation of color #83001C: hue angle of 347.18º 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 #83001C is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.79 | 0.49 |
| HSL | 347.18º | 1% | 0.26% | - |
| HSV(B) | 347.18º | 1% | 0.51% | - |
| XYZ | 9.57 | 4.91 | 1.54 | - |
| YUV | 42.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 28 | 0 | 1 | 0.79 | 0.49 | 347.18 | 1 | 0.26 |
| Hex | 83 | 0 | 1C | 0 | 64 | 4F | 31 | 15B | 64 | 1A |
| Octal | 203 | 0 | 34 | 0 | 144 | 117 | 61 | 533 | 144 | 32 |
| Binary | 10000011 | 0 | 11100 | 0 | 1100100 | 1001111 | 110001 | 101011011 | 1100100 | 11010 |
Color Harmonies of #83001C
Complementary color
Monochromatic Colors of #83001C
Black with #83001C
Text Example
Text Example
White with #83001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83001C; }
p { color: rgb(131,0,28); }
H1.HeaderClassName
{
color: #83001C;
}
.AnyTagClassName
{
color: #83001C;
}
</style>
background-color css
<style>
a { background-color: #83001C; }
a { background-color: rgb(131,0,28); }
div.DivClassName
{
background-color: #83001C;
}
.BgClassName
{
background-color: #83001C;
}
</style>
border-color css
<style>
span { border-color: #83001C; }
span { border-color: rgb(131,0,28); }
td.TdClassName
{
border-color: #83001C;
}
.TagClassName
{
border-color: #83001C;
}
</style>