Shades of Burgundy #880025
Tints of Burgundy #880025
RGB
CMYK
RGB Variations
Color information
#880025 (or 0x880025) is known color: Burgundy. HEX triplet: 88, 00 and 25. RGB value is (136,0,37). Sum of RGB (Red+Green+Blue) = 136+0+37=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #880025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880025 is #77FFDA. Grayscale: #2C2C2C. Windows color (decimal): -7864283 or 2424968. OLE color: 2424968.
HSL color Cylindrical-coordinate representation of color #880025: hue angle of 343.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880025 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.73 | 0.47 |
| HSL | 343.68º | 1% | 0.27% | - |
| HSV(B) | 343.68º | 1% | 0.53% | - |
| XYZ | 10.49 | 5.37 | 2.23 | - |
| YUV | 44.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 37 | 0 | 1 | 0.73 | 0.47 | 343.68 | 1 | 0.27 |
| Hex | 88 | 0 | 25 | 0 | 64 | 49 | 2F | 158 | 64 | 1B |
| Octal | 210 | 0 | 45 | 0 | 144 | 111 | 57 | 530 | 144 | 33 |
| Binary | 10001000 | 0 | 100101 | 0 | 1100100 | 1001001 | 101111 | 101011000 | 1100100 | 11011 |
Color Harmonies of #880025
Complementary color
Monochromatic Colors of #880025
Black with #880025
Text Example
Text Example
White with #880025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880025; }
p { color: rgb(136,0,37); }
H1.HeaderClassName
{
color: #880025;
}
.AnyTagClassName
{
color: #880025;
}
</style>
background-color css
<style>
a { background-color: #880025; }
a { background-color: rgb(136,0,37); }
div.DivClassName
{
background-color: #880025;
}
.BgClassName
{
background-color: #880025;
}
</style>
border-color css
<style>
span { border-color: #880025; }
span { border-color: rgb(136,0,37); }
td.TdClassName
{
border-color: #880025;
}
.TagClassName
{
border-color: #880025;
}
</style>