Shades of Burgundy #800925
Tints of Burgundy #800925
RGB
CMYK
RGB Variations
Color information
#800925 (or 0x800925) is known color: Burgundy. HEX triplet: 80, 09 and 25. RGB value is (128,9,37). Sum of RGB (Red+Green+Blue) = 128+9+37=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #800925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800925 is #7FF6DA. Grayscale: #2F2F2F. Windows color (decimal): -8386267 or 2427264. OLE color: 2427264.
HSL color Cylindrical-coordinate representation of color #800925: hue angle of 345.88º 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 #800925 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 37 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.50 |
| HSL | 345.88º | 0.87% | 0.27% | - |
| HSV(B) | 345.88º | 0.93% | 0.5% | - |
| XYZ | 9.33 | 4.92 | 2.21 | - |
| YUV | 47.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 37 | 0 | 0.93 | 0.71 | 0.50 | 345.88 | 0.87 | 0.27 |
| Hex | 80 | 9 | 25 | 0 | 5D | 47 | 32 | 15A | 57 | 1B |
| Octal | 200 | 11 | 45 | 0 | 135 | 107 | 62 | 532 | 127 | 33 |
| Binary | 10000000 | 1001 | 100101 | 0 | 1011101 | 1000111 | 110010 | 101011010 | 1010111 | 11011 |
Color Harmonies of #800925
Complementary color
Monochromatic Colors of #800925
Black with #800925
Text Example
Text Example
White with #800925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800925; }
p { color: rgb(128,9,37); }
H1.HeaderClassName
{
color: #800925;
}
.AnyTagClassName
{
color: #800925;
}
</style>
background-color css
<style>
a { background-color: #800925; }
a { background-color: rgb(128,9,37); }
div.DivClassName
{
background-color: #800925;
}
.BgClassName
{
background-color: #800925;
}
</style>
border-color css
<style>
span { border-color: #800925; }
span { border-color: rgb(128,9,37); }
td.TdClassName
{
border-color: #800925;
}
.TagClassName
{
border-color: #800925;
}
</style>