Shades of Burgundy #880C3B
Tints of Burgundy #880C3B
RGB
CMYK
RGB Variations
Color information
#880C3B (or 0x880C3B) is known color: Burgundy. HEX triplet: 88, 0C and 3B. RGB value is (136,12,59). Sum of RGB (Red+Green+Blue) = 136+12+59=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880C3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C3B is #77F3C4. Grayscale: #363636. Windows color (decimal): -7861189 or 3869832. OLE color: 3869832.
HSL color Cylindrical-coordinate representation of color #880C3B: hue angle of 337.26º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C3B is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 59 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.47 |
| HSL | 337.26º | 0.84% | 0.29% | - |
| HSV(B) | 337.26º | 0.91% | 0.53% | - |
| XYZ | 11.07 | 5.81 | 4.68 | - |
| YUV | 54.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 59 | 0 | 0.91 | 0.57 | 0.47 | 337.26 | 0.84 | 0.29 |
| Hex | 88 | C | 3B | 0 | 5B | 39 | 2F | 151 | 54 | 1D |
| Octal | 210 | 14 | 73 | 0 | 133 | 71 | 57 | 521 | 124 | 35 |
| Binary | 10001000 | 1100 | 111011 | 0 | 1011011 | 111001 | 101111 | 101010001 | 1010100 | 11101 |
Color Harmonies of #880C3B
Complementary color
Monochromatic Colors of #880C3B
Black with #880C3B
Text Example
Text Example
White with #880C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C3B; }
p { color: rgb(136,12,59); }
H1.HeaderClassName
{
color: #880C3B;
}
.AnyTagClassName
{
color: #880C3B;
}
</style>
background-color css
<style>
a { background-color: #880C3B; }
a { background-color: rgb(136,12,59); }
div.DivClassName
{
background-color: #880C3B;
}
.BgClassName
{
background-color: #880C3B;
}
</style>
border-color css
<style>
span { border-color: #880C3B; }
span { border-color: rgb(136,12,59); }
td.TdClassName
{
border-color: #880C3B;
}
.TagClassName
{
border-color: #880C3B;
}
</style>