Shades of Burgundy #880319
Tints of Burgundy #880319
RGB
CMYK
RGB Variations
Color information
#880319 (or 0x880319) is known color: Burgundy. HEX triplet: 88, 03 and 19. RGB value is (136,3,25). Sum of RGB (Red+Green+Blue) = 136+3+25=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880319 is #77FCE6. Grayscale: #2D2D2D. Windows color (decimal): -7863527 or 1639304. OLE color: 1639304.
HSL color Cylindrical-coordinate representation of color #880319: hue angle of 350.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880319 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 25 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.47 |
| HSL | 350.08º | 0.96% | 0.27% | - |
| HSV(B) | 350.08º | 0.98% | 0.53% | - |
| XYZ | 10.36 | 5.37 | 1.41 | - |
| YUV | 45.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 25 | 0 | 0.98 | 0.82 | 0.47 | 350.08 | 0.96 | 0.27 |
| Hex | 88 | 3 | 19 | 0 | 62 | 52 | 2F | 15E | 60 | 1B |
| Octal | 210 | 3 | 31 | 0 | 142 | 122 | 57 | 536 | 140 | 33 |
| Binary | 10001000 | 11 | 11001 | 0 | 1100010 | 1010010 | 101111 | 101011110 | 1100000 | 11011 |
Color Harmonies of #880319
Complementary color
Monochromatic Colors of #880319
Black with #880319
Text Example
Text Example
White with #880319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880319; }
p { color: rgb(136,3,25); }
H1.HeaderClassName
{
color: #880319;
}
.AnyTagClassName
{
color: #880319;
}
</style>
background-color css
<style>
a { background-color: #880319; }
a { background-color: rgb(136,3,25); }
div.DivClassName
{
background-color: #880319;
}
.BgClassName
{
background-color: #880319;
}
</style>
border-color css
<style>
span { border-color: #880319; }
span { border-color: rgb(136,3,25); }
td.TdClassName
{
border-color: #880319;
}
.TagClassName
{
border-color: #880319;
}
</style>