Shades of Burgundy #800B39
Tints of Burgundy #800B39
RGB
CMYK
RGB Variations
Color information
#800B39 (or 0x800B39) is known color: Burgundy. HEX triplet: 80, 0B and 39. RGB value is (128,11,57). Sum of RGB (Red+Green+Blue) = 128+11+57=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #800B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B39 is #7FF4C6. Grayscale: #333333. Windows color (decimal): -8385735 or 3738496. OLE color: 3738496.
HSL color Cylindrical-coordinate representation of color #800B39: hue angle of 336.41º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B39 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 57 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.50 |
| HSL | 336.41º | 0.84% | 0.27% | - |
| HSV(B) | 336.41º | 0.91% | 0.5% | - |
| XYZ | 9.76 | 5.12 | 4.35 | - |
| YUV | 51.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 57 | 0 | 0.91 | 0.55 | 0.50 | 336.41 | 0.84 | 0.27 |
| Hex | 80 | B | 39 | 0 | 5B | 37 | 32 | 150 | 54 | 1B |
| Octal | 200 | 13 | 71 | 0 | 133 | 67 | 62 | 520 | 124 | 33 |
| Binary | 10000000 | 1011 | 111001 | 0 | 1011011 | 110111 | 110010 | 101010000 | 1010100 | 11011 |
Color Harmonies of #800B39
Complementary color
Monochromatic Colors of #800B39
Black with #800B39
Text Example
Text Example
White with #800B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B39; }
p { color: rgb(128,11,57); }
H1.HeaderClassName
{
color: #800B39;
}
.AnyTagClassName
{
color: #800B39;
}
</style>
background-color css
<style>
a { background-color: #800B39; }
a { background-color: rgb(128,11,57); }
div.DivClassName
{
background-color: #800B39;
}
.BgClassName
{
background-color: #800B39;
}
</style>
border-color css
<style>
span { border-color: #800B39; }
span { border-color: rgb(128,11,57); }
td.TdClassName
{
border-color: #800B39;
}
.TagClassName
{
border-color: #800B39;
}
</style>