Shades of Burgundy #881325
Tints of Burgundy #881325
RGB
CMYK
RGB Variations
Color information
#881325 (or 0x881325) is known color: Burgundy. HEX triplet: 88, 13 and 25. RGB value is (136,19,37). Sum of RGB (Red+Green+Blue) = 136+19+37=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #881325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881325 is #77ECDA. Grayscale: #383838. Windows color (decimal): -7859419 or 2429832. OLE color: 2429832.
HSL color Cylindrical-coordinate representation of color #881325: hue angle of 350.77º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881325 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 37 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.47 |
| HSL | 350.77º | 0.75% | 0.3% | - |
| HSV(B) | 350.77º | 0.86% | 0.53% | - |
| XYZ | 10.72 | 5.83 | 2.31 | - |
| YUV | 56.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 37 | 0 | 0.86 | 0.73 | 0.47 | 350.77 | 0.75 | 0.3 |
| Hex | 88 | 13 | 25 | 0 | 56 | 49 | 2F | 15F | 4B | 1E |
| Octal | 210 | 23 | 45 | 0 | 126 | 111 | 57 | 537 | 113 | 36 |
| Binary | 10001000 | 10011 | 100101 | 0 | 1010110 | 1001001 | 101111 | 101011111 | 1001011 | 11110 |
Color Harmonies of #881325
Complementary color
Monochromatic Colors of #881325
Black with #881325
Text Example
Text Example
White with #881325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881325; }
p { color: rgb(136,19,37); }
H1.HeaderClassName
{
color: #881325;
}
.AnyTagClassName
{
color: #881325;
}
</style>
background-color css
<style>
a { background-color: #881325; }
a { background-color: rgb(136,19,37); }
div.DivClassName
{
background-color: #881325;
}
.BgClassName
{
background-color: #881325;
}
</style>
border-color css
<style>
span { border-color: #881325; }
span { border-color: rgb(136,19,37); }
td.TdClassName
{
border-color: #881325;
}
.TagClassName
{
border-color: #881325;
}
</style>