Shades of Burgundy #800315
Tints of Burgundy #800315
RGB
CMYK
RGB Variations
Color information
#800315 (or 0x800315) is known color: Burgundy. HEX triplet: 80, 03 and 15. RGB value is (128,3,21). Sum of RGB (Red+Green+Blue) = 128+3+21=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #800315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800315 is #7FFCEA. Grayscale: #2A2A2A. Windows color (decimal): -8387819 or 1377152. OLE color: 1377152.
HSL color Cylindrical-coordinate representation of color #800315: hue angle of 351.36º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800315 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.50 |
| HSL | 351.36º | 0.95% | 0.26% | - |
| HSV(B) | 351.36º | 0.98% | 0.5% | - |
| XYZ | 9.07 | 4.71 | 1.14 | - |
| YUV | 42.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 21 | 0 | 0.98 | 0.84 | 0.50 | 351.36 | 0.95 | 0.26 |
| Hex | 80 | 3 | 15 | 0 | 62 | 54 | 32 | 15F | 5F | 1A |
| Octal | 200 | 3 | 25 | 0 | 142 | 124 | 62 | 537 | 137 | 32 |
| Binary | 10000000 | 11 | 10101 | 0 | 1100010 | 1010100 | 110010 | 101011111 | 1011111 | 11010 |
Color Harmonies of #800315
Complementary color
Monochromatic Colors of #800315
Black with #800315
Text Example
Text Example
White with #800315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800315; }
p { color: rgb(128,3,21); }
H1.HeaderClassName
{
color: #800315;
}
.AnyTagClassName
{
color: #800315;
}
</style>
background-color css
<style>
a { background-color: #800315; }
a { background-color: rgb(128,3,21); }
div.DivClassName
{
background-color: #800315;
}
.BgClassName
{
background-color: #800315;
}
</style>
border-color css
<style>
span { border-color: #800315; }
span { border-color: rgb(128,3,21); }
td.TdClassName
{
border-color: #800315;
}
.TagClassName
{
border-color: #800315;
}
</style>