Shades of Burgundy #800927
Tints of Burgundy #800927
RGB
CMYK
RGB Variations
Color information
#800927 (or 0x800927) is known color: Burgundy. HEX triplet: 80, 09 and 27. RGB value is (128,9,39). Sum of RGB (Red+Green+Blue) = 128+9+39=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #800927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800927 is #7FF6D8. Grayscale: #303030. Windows color (decimal): -8386265 or 2558336. OLE color: 2558336.
HSL color Cylindrical-coordinate representation of color #800927: hue angle of 344.87º 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 #800927 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 39 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.50 |
| HSL | 344.87º | 0.87% | 0.27% | - |
| HSV(B) | 344.87º | 0.93% | 0.5% | - |
| XYZ | 9.37 | 4.93 | 2.38 | - |
| YUV | 48 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 39 | 0 | 0.93 | 0.70 | 0.50 | 344.87 | 0.87 | 0.27 |
| Hex | 80 | 9 | 27 | 0 | 5D | 46 | 32 | 159 | 57 | 1B |
| Octal | 200 | 11 | 47 | 0 | 135 | 106 | 62 | 531 | 127 | 33 |
| Binary | 10000000 | 1001 | 100111 | 0 | 1011101 | 1000110 | 110010 | 101011001 | 1010111 | 11011 |
Color Harmonies of #800927
Complementary color
Monochromatic Colors of #800927
Black with #800927
Text Example
Text Example
White with #800927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800927; }
p { color: rgb(128,9,39); }
H1.HeaderClassName
{
color: #800927;
}
.AnyTagClassName
{
color: #800927;
}
</style>
background-color css
<style>
a { background-color: #800927; }
a { background-color: rgb(128,9,39); }
div.DivClassName
{
background-color: #800927;
}
.BgClassName
{
background-color: #800927;
}
</style>
border-color css
<style>
span { border-color: #800927; }
span { border-color: rgb(128,9,39); }
td.TdClassName
{
border-color: #800927;
}
.TagClassName
{
border-color: #800927;
}
</style>