Shades of Burgundy #8C0C31
Tints of Burgundy #8C0C31
RGB
CMYK
RGB Variations
Color information
#8C0C31 (or 0x8C0C31) is known color: Burgundy. HEX triplet: 8C, 0C and 31. RGB value is (140,12,49). Sum of RGB (Red+Green+Blue) = 140+12+49=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C31 is #73F3CE. Grayscale: #363636. Windows color (decimal): -7599055 or 3214476. OLE color: 3214476.
HSL color Cylindrical-coordinate representation of color #8C0C31: hue angle of 342.66º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C31 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 49 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.45 |
| HSL | 342.66º | 0.84% | 0.3% | - |
| HSV(B) | 342.66º | 0.91% | 0.55% | - |
| XYZ | 11.5 | 6.06 | 3.47 | - |
| YUV | 54.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 49 | 0 | 0.91 | 0.65 | 0.45 | 342.66 | 0.84 | 0.3 |
| Hex | 8C | C | 31 | 0 | 5B | 41 | 2D | 157 | 54 | 1E |
| Octal | 214 | 14 | 61 | 0 | 133 | 101 | 55 | 527 | 124 | 36 |
| Binary | 10001100 | 1100 | 110001 | 0 | 1011011 | 1000001 | 101101 | 101010111 | 1010100 | 11110 |
Color Harmonies of #8C0C31
Complementary color
Monochromatic Colors of #8C0C31
Black with #8C0C31
Text Example
Text Example
White with #8C0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C31; }
p { color: rgb(140,12,49); }
H1.HeaderClassName
{
color: #8C0C31;
}
.AnyTagClassName
{
color: #8C0C31;
}
</style>
background-color css
<style>
a { background-color: #8C0C31; }
a { background-color: rgb(140,12,49); }
div.DivClassName
{
background-color: #8C0C31;
}
.BgClassName
{
background-color: #8C0C31;
}
</style>
border-color css
<style>
span { border-color: #8C0C31; }
span { border-color: rgb(140,12,49); }
td.TdClassName
{
border-color: #8C0C31;
}
.TagClassName
{
border-color: #8C0C31;
}
</style>