Shades of Burgundy #800924
Tints of Burgundy #800924
RGB
CMYK
RGB Variations
Color information
#800924 (or 0x800924) is known color: Burgundy. HEX triplet: 80, 09 and 24. RGB value is (128,9,36). Sum of RGB (Red+Green+Blue) = 128+9+36=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #800924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800924 is #7FF6DB. Grayscale: #2F2F2F. Windows color (decimal): -8386268 or 2361728. OLE color: 2361728.
HSL color Cylindrical-coordinate representation of color #800924: hue angle of 346.39º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800924 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 36 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.50 |
| HSL | 346.39º | 0.87% | 0.27% | - |
| HSV(B) | 346.39º | 0.93% | 0.5% | - |
| XYZ | 9.32 | 4.91 | 2.13 | - |
| YUV | 47.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 36 | 0 | 0.93 | 0.72 | 0.50 | 346.39 | 0.87 | 0.27 |
| Hex | 80 | 9 | 24 | 0 | 5D | 48 | 32 | 15A | 57 | 1B |
| Octal | 200 | 11 | 44 | 0 | 135 | 110 | 62 | 532 | 127 | 33 |
| Binary | 10000000 | 1001 | 100100 | 0 | 1011101 | 1001000 | 110010 | 101011010 | 1010111 | 11011 |
Color Harmonies of #800924
Complementary color
Monochromatic Colors of #800924
Black with #800924
Text Example
Text Example
White with #800924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800924; }
p { color: rgb(128,9,36); }
H1.HeaderClassName
{
color: #800924;
}
.AnyTagClassName
{
color: #800924;
}
</style>
background-color css
<style>
a { background-color: #800924; }
a { background-color: rgb(128,9,36); }
div.DivClassName
{
background-color: #800924;
}
.BgClassName
{
background-color: #800924;
}
</style>
border-color css
<style>
span { border-color: #800924; }
span { border-color: rgb(128,9,36); }
td.TdClassName
{
border-color: #800924;
}
.TagClassName
{
border-color: #800924;
}
</style>