Shades of Burgundy #880727
Tints of Burgundy #880727
RGB
CMYK
RGB Variations
Color information
#880727 (or 0x880727) is known color: Burgundy. HEX triplet: 88, 07 and 27. RGB value is (136,7,39). Sum of RGB (Red+Green+Blue) = 136+7+39=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #880727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880727 is #77F8D8. Grayscale: #313131. Windows color (decimal): -7862489 or 2557832. OLE color: 2557832.
HSL color Cylindrical-coordinate representation of color #880727: hue angle of 345.12º 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 #880727 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 39 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.47 |
| HSL | 345.12º | 0.9% | 0.28% | - |
| HSV(B) | 345.12º | 0.95% | 0.53% | - |
| XYZ | 10.6 | 5.53 | 2.43 | - |
| YUV | 49.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 39 | 0 | 0.95 | 0.71 | 0.47 | 345.12 | 0.9 | 0.28 |
| Hex | 88 | 7 | 27 | 0 | 5F | 47 | 2F | 159 | 5A | 1C |
| Octal | 210 | 7 | 47 | 0 | 137 | 107 | 57 | 531 | 132 | 34 |
| Binary | 10001000 | 111 | 100111 | 0 | 1011111 | 1000111 | 101111 | 101011001 | 1011010 | 11100 |
Color Harmonies of #880727
Complementary color
Monochromatic Colors of #880727
Black with #880727
Text Example
Text Example
White with #880727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880727; }
p { color: rgb(136,7,39); }
H1.HeaderClassName
{
color: #880727;
}
.AnyTagClassName
{
color: #880727;
}
</style>
background-color css
<style>
a { background-color: #880727; }
a { background-color: rgb(136,7,39); }
div.DivClassName
{
background-color: #880727;
}
.BgClassName
{
background-color: #880727;
}
</style>
border-color css
<style>
span { border-color: #880727; }
span { border-color: rgb(136,7,39); }
td.TdClassName
{
border-color: #880727;
}
.TagClassName
{
border-color: #880727;
}
</style>