Shades of Burgundy #880A25
Tints of Burgundy #880A25
RGB
CMYK
RGB Variations
Color information
#880A25 (or 0x880A25) is known color: Burgundy. HEX triplet: 88, 0A and 25. RGB value is (136,10,37). Sum of RGB (Red+Green+Blue) = 136+10+37=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #880A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A25 is #77F5DA. Grayscale: #323232. Windows color (decimal): -7861723 or 2427528. OLE color: 2427528.
HSL color Cylindrical-coordinate representation of color #880A25: hue angle of 347.14º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A25 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 37 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.47 |
| HSL | 347.14º | 0.86% | 0.29% | - |
| HSV(B) | 347.14º | 0.93% | 0.53% | - |
| XYZ | 10.6 | 5.58 | 2.27 | - |
| YUV | 50.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 37 | 0 | 0.93 | 0.73 | 0.47 | 347.14 | 0.86 | 0.29 |
| Hex | 88 | A | 25 | 0 | 5D | 49 | 2F | 15B | 56 | 1D |
| Octal | 210 | 12 | 45 | 0 | 135 | 111 | 57 | 533 | 126 | 35 |
| Binary | 10001000 | 1010 | 100101 | 0 | 1011101 | 1001001 | 101111 | 101011011 | 1010110 | 11101 |
Color Harmonies of #880A25
Complementary color
Monochromatic Colors of #880A25
Black with #880A25
Text Example
Text Example
White with #880A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A25; }
p { color: rgb(136,10,37); }
H1.HeaderClassName
{
color: #880A25;
}
.AnyTagClassName
{
color: #880A25;
}
</style>
background-color css
<style>
a { background-color: #880A25; }
a { background-color: rgb(136,10,37); }
div.DivClassName
{
background-color: #880A25;
}
.BgClassName
{
background-color: #880A25;
}
</style>
border-color css
<style>
span { border-color: #880A25; }
span { border-color: rgb(136,10,37); }
td.TdClassName
{
border-color: #880A25;
}
.TagClassName
{
border-color: #880A25;
}
</style>