Shades of Burgundy #880330
Tints of Burgundy #880330
RGB
CMYK
RGB Variations
Color information
#880330 (or 0x880330) is known color: Burgundy. HEX triplet: 88, 03 and 30. RGB value is (136,3,48). Sum of RGB (Red+Green+Blue) = 136+3+48=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #880330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880330 is #77FCCF. Grayscale: #2F2F2F. Windows color (decimal): -7863504 or 3146632. OLE color: 3146632.
HSL color Cylindrical-coordinate representation of color #880330: hue angle of 339.7º 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 #880330 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.47 |
| HSL | 339.7º | 0.96% | 0.27% | - |
| HSV(B) | 339.7º | 0.98% | 0.53% | - |
| XYZ | 10.72 | 5.51 | 3.3 | - |
| YUV | 47.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 48 | 0 | 0.98 | 0.65 | 0.47 | 339.7 | 0.96 | 0.27 |
| Hex | 88 | 3 | 30 | 0 | 62 | 41 | 2F | 154 | 60 | 1B |
| Octal | 210 | 3 | 60 | 0 | 142 | 101 | 57 | 524 | 140 | 33 |
| Binary | 10001000 | 11 | 110000 | 0 | 1100010 | 1000001 | 101111 | 101010100 | 1100000 | 11011 |
Color Harmonies of #880330
Complementary color
Monochromatic Colors of #880330
Black with #880330
Text Example
Text Example
White with #880330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880330; }
p { color: rgb(136,3,48); }
H1.HeaderClassName
{
color: #880330;
}
.AnyTagClassName
{
color: #880330;
}
</style>
background-color css
<style>
a { background-color: #880330; }
a { background-color: rgb(136,3,48); }
div.DivClassName
{
background-color: #880330;
}
.BgClassName
{
background-color: #880330;
}
</style>
border-color css
<style>
span { border-color: #880330; }
span { border-color: rgb(136,3,48); }
td.TdClassName
{
border-color: #880330;
}
.TagClassName
{
border-color: #880330;
}
</style>