Shades of Burgundy #880425
Tints of Burgundy #880425
RGB
CMYK
RGB Variations
Color information
#880425 (or 0x880425) is known color: Burgundy. HEX triplet: 88, 04 and 25. RGB value is (136,4,37). Sum of RGB (Red+Green+Blue) = 136+4+37=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880425 is #77FBDA. Grayscale: #2F2F2F. Windows color (decimal): -7863259 or 2425992. OLE color: 2425992.
HSL color Cylindrical-coordinate representation of color #880425: hue angle of 345º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880425 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 37 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.47 |
| HSL | 345º | 0.94% | 0.27% | - |
| HSV(B) | 345º | 0.97% | 0.53% | - |
| XYZ | 10.53 | 5.45 | 2.25 | - |
| YUV | 47.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 37 | 0 | 0.97 | 0.73 | 0.47 | 345 | 0.94 | 0.27 |
| Hex | 88 | 4 | 25 | 0 | 61 | 49 | 2F | 159 | 5E | 1B |
| Octal | 210 | 4 | 45 | 0 | 141 | 111 | 57 | 531 | 136 | 33 |
| Binary | 10001000 | 100 | 100101 | 0 | 1100001 | 1001001 | 101111 | 101011001 | 1011110 | 11011 |
Color Harmonies of #880425
Complementary color
Monochromatic Colors of #880425
Black with #880425
Text Example
Text Example
White with #880425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880425; }
p { color: rgb(136,4,37); }
H1.HeaderClassName
{
color: #880425;
}
.AnyTagClassName
{
color: #880425;
}
</style>
background-color css
<style>
a { background-color: #880425; }
a { background-color: rgb(136,4,37); }
div.DivClassName
{
background-color: #880425;
}
.BgClassName
{
background-color: #880425;
}
</style>
border-color css
<style>
span { border-color: #880425; }
span { border-color: rgb(136,4,37); }
td.TdClassName
{
border-color: #880425;
}
.TagClassName
{
border-color: #880425;
}
</style>