Shades of Burgundy #880F38
Tints of Burgundy #880F38
RGB
CMYK
RGB Variations
Color information
#880F38 (or 0x880F38) is known color: Burgundy. HEX triplet: 88, 0F and 38. RGB value is (136,15,56). Sum of RGB (Red+Green+Blue) = 136+15+56=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880F38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880F38 is #77F0C7. Grayscale: #373737. Windows color (decimal): -7860424 or 3673992. OLE color: 3673992.
HSL color Cylindrical-coordinate representation of color #880F38: hue angle of 339.67º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F38 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 56 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.47 |
| HSL | 339.67º | 0.8% | 0.3% | - |
| HSV(B) | 339.67º | 0.89% | 0.53% | - |
| XYZ | 11.04 | 5.86 | 4.29 | - |
| YUV | 55.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 56 | 0 | 0.89 | 0.59 | 0.47 | 339.67 | 0.8 | 0.3 |
| Hex | 88 | F | 38 | 0 | 59 | 3B | 2F | 154 | 50 | 1E |
| Octal | 210 | 17 | 70 | 0 | 131 | 73 | 57 | 524 | 120 | 36 |
| Binary | 10001000 | 1111 | 111000 | 0 | 1011001 | 111011 | 101111 | 101010100 | 1010000 | 11110 |
Color Harmonies of #880F38
Complementary color
Monochromatic Colors of #880F38
Black with #880F38
Text Example
Text Example
White with #880F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F38; }
p { color: rgb(136,15,56); }
H1.HeaderClassName
{
color: #880F38;
}
.AnyTagClassName
{
color: #880F38;
}
</style>
background-color css
<style>
a { background-color: #880F38; }
a { background-color: rgb(136,15,56); }
div.DivClassName
{
background-color: #880F38;
}
.BgClassName
{
background-color: #880F38;
}
</style>
border-color css
<style>
span { border-color: #880F38; }
span { border-color: rgb(136,15,56); }
td.TdClassName
{
border-color: #880F38;
}
.TagClassName
{
border-color: #880F38;
}
</style>