Shades of Burgundy #880725
Tints of Burgundy #880725
RGB
CMYK
RGB Variations
Color information
#880725 (or 0x880725) is known color: Burgundy. HEX triplet: 88, 07 and 25. RGB value is (136,7,37). Sum of RGB (Red+Green+Blue) = 136+7+37=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #880725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880725 is #77F8DA. Grayscale: #313131. Windows color (decimal): -7862491 or 2426760. OLE color: 2426760.
HSL color Cylindrical-coordinate representation of color #880725: hue angle of 346.05º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880725 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 37 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.47 |
| HSL | 346.05º | 0.9% | 0.28% | - |
| HSV(B) | 346.05º | 0.95% | 0.53% | - |
| XYZ | 10.56 | 5.52 | 2.26 | - |
| YUV | 48.99 | 121.24 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 37 | 0 | 0.95 | 0.73 | 0.47 | 346.05 | 0.9 | 0.28 |
| Hex | 88 | 7 | 25 | 0 | 5F | 49 | 2F | 15A | 5A | 1C |
| Octal | 210 | 7 | 45 | 0 | 137 | 111 | 57 | 532 | 132 | 34 |
| Binary | 10001000 | 111 | 100101 | 0 | 1011111 | 1001001 | 101111 | 101011010 | 1011010 | 11100 |
Color Harmonies of #880725
Complementary color
Monochromatic Colors of #880725
Black with #880725
Text Example
Text Example
White with #880725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880725; }
p { color: rgb(136,7,37); }
H1.HeaderClassName
{
color: #880725;
}
.AnyTagClassName
{
color: #880725;
}
</style>
background-color css
<style>
a { background-color: #880725; }
a { background-color: rgb(136,7,37); }
div.DivClassName
{
background-color: #880725;
}
.BgClassName
{
background-color: #880725;
}
</style>
border-color css
<style>
span { border-color: #880725; }
span { border-color: rgb(136,7,37); }
td.TdClassName
{
border-color: #880725;
}
.TagClassName
{
border-color: #880725;
}
</style>