Shades of Burgundy #880328
Tints of Burgundy #880328
RGB
CMYK
RGB Variations
Color information
#880328 (or 0x880328) is known color: Burgundy. HEX triplet: 88, 03 and 28. RGB value is (136,3,40). Sum of RGB (Red+Green+Blue) = 136+3+40=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #880328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880328 is #77FCD7. Grayscale: #2E2E2E. Windows color (decimal): -7863512 or 2622344. OLE color: 2622344.
HSL color Cylindrical-coordinate representation of color #880328: hue angle of 343.31º 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 #880328 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.47 |
| HSL | 343.31º | 0.96% | 0.27% | - |
| HSV(B) | 343.31º | 0.98% | 0.53% | - |
| XYZ | 10.57 | 5.45 | 2.5 | - |
| YUV | 46.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 40 | 0 | 0.98 | 0.71 | 0.47 | 343.31 | 0.96 | 0.27 |
| Hex | 88 | 3 | 28 | 0 | 62 | 47 | 2F | 157 | 60 | 1B |
| Octal | 210 | 3 | 50 | 0 | 142 | 107 | 57 | 527 | 140 | 33 |
| Binary | 10001000 | 11 | 101000 | 0 | 1100010 | 1000111 | 101111 | 101010111 | 1100000 | 11011 |
Color Harmonies of #880328
Complementary color
Monochromatic Colors of #880328
Black with #880328
Text Example
Text Example
White with #880328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880328; }
p { color: rgb(136,3,40); }
H1.HeaderClassName
{
color: #880328;
}
.AnyTagClassName
{
color: #880328;
}
</style>
background-color css
<style>
a { background-color: #880328; }
a { background-color: rgb(136,3,40); }
div.DivClassName
{
background-color: #880328;
}
.BgClassName
{
background-color: #880328;
}
</style>
border-color css
<style>
span { border-color: #880328; }
span { border-color: rgb(136,3,40); }
td.TdClassName
{
border-color: #880328;
}
.TagClassName
{
border-color: #880328;
}
</style>