Shades of Burgundy #880C25
Tints of Burgundy #880C25
RGB
CMYK
RGB Variations
Color information
#880C25 (or 0x880C25) is known color: Burgundy. HEX triplet: 88, 0C and 25. RGB value is (136,12,37). Sum of RGB (Red+Green+Blue) = 136+12+37=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #880C25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C25 is #77F3DA. Grayscale: #333333. Windows color (decimal): -7861211 or 2428040. OLE color: 2428040.
HSL color Cylindrical-coordinate representation of color #880C25: hue angle of 347.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C25 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 37 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.47 |
| HSL | 347.9º | 0.84% | 0.29% | - |
| HSV(B) | 347.9º | 0.91% | 0.53% | - |
| XYZ | 10.62 | 5.63 | 2.28 | - |
| YUV | 51.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 37 | 0 | 0.91 | 0.73 | 0.47 | 347.9 | 0.84 | 0.29 |
| Hex | 88 | C | 25 | 0 | 5B | 49 | 2F | 15C | 54 | 1D |
| Octal | 210 | 14 | 45 | 0 | 133 | 111 | 57 | 534 | 124 | 35 |
| Binary | 10001000 | 1100 | 100101 | 0 | 1011011 | 1001001 | 101111 | 101011100 | 1010100 | 11101 |
Color Harmonies of #880C25
Complementary color
Monochromatic Colors of #880C25
Black with #880C25
Text Example
Text Example
White with #880C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C25; }
p { color: rgb(136,12,37); }
H1.HeaderClassName
{
color: #880C25;
}
.AnyTagClassName
{
color: #880C25;
}
</style>
background-color css
<style>
a { background-color: #880C25; }
a { background-color: rgb(136,12,37); }
div.DivClassName
{
background-color: #880C25;
}
.BgClassName
{
background-color: #880C25;
}
</style>
border-color css
<style>
span { border-color: #880C25; }
span { border-color: rgb(136,12,37); }
td.TdClassName
{
border-color: #880C25;
}
.TagClassName
{
border-color: #880C25;
}
</style>