Shades of Burgundy #800625
Tints of Burgundy #800625
RGB
CMYK
RGB Variations
Color information
#800625 (or 0x800625) is known color: Burgundy. HEX triplet: 80, 06 and 25. RGB value is (128,6,37). Sum of RGB (Red+Green+Blue) = 128+6+37=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #800625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800625 is #7FF9DA. Grayscale: #2E2E2E. Windows color (decimal): -8387035 or 2426496. OLE color: 2426496.
HSL color Cylindrical-coordinate representation of color #800625: hue angle of 344.75º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800625 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 37 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.50 |
| HSL | 344.75º | 0.91% | 0.26% | - |
| HSV(B) | 344.75º | 0.95% | 0.5% | - |
| XYZ | 9.3 | 4.85 | 2.2 | - |
| YUV | 46.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 37 | 0 | 0.95 | 0.71 | 0.50 | 344.75 | 0.91 | 0.26 |
| Hex | 80 | 6 | 25 | 0 | 5F | 47 | 32 | 159 | 5B | 1A |
| Octal | 200 | 6 | 45 | 0 | 137 | 107 | 62 | 531 | 133 | 32 |
| Binary | 10000000 | 110 | 100101 | 0 | 1011111 | 1000111 | 110010 | 101011001 | 1011011 | 11010 |
Color Harmonies of #800625
Complementary color
Monochromatic Colors of #800625
Black with #800625
Text Example
Text Example
White with #800625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800625; }
p { color: rgb(128,6,37); }
H1.HeaderClassName
{
color: #800625;
}
.AnyTagClassName
{
color: #800625;
}
</style>
background-color css
<style>
a { background-color: #800625; }
a { background-color: rgb(128,6,37); }
div.DivClassName
{
background-color: #800625;
}
.BgClassName
{
background-color: #800625;
}
</style>
border-color css
<style>
span { border-color: #800625; }
span { border-color: rgb(128,6,37); }
td.TdClassName
{
border-color: #800625;
}
.TagClassName
{
border-color: #800625;
}
</style>