Shades of Burgundy #8D002C
Tints of Burgundy #8D002C
RGB
CMYK
RGB Variations
Color information
#8D002C (or 0x8D002C) is known color: Burgundy. HEX triplet: 8D, 00 and 2C. RGB value is (141,0,44). Sum of RGB (Red+Green+Blue) = 141+0+44=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D002C is #72FFD3. Grayscale: #2F2F2F. Windows color (decimal): -7536596 or 2883725. OLE color: 2883725.
HSL color Cylindrical-coordinate representation of color #8D002C: hue angle of 341.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D002C is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.69 | 0.45 |
| HSL | 341.28º | 1% | 0.28% | - |
| HSV(B) | 341.28º | 1% | 0.55% | - |
| XYZ | 11.44 | 5.84 | 2.91 | - |
| YUV | 47.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 44 | 0 | 1 | 0.69 | 0.45 | 341.28 | 1 | 0.28 |
| Hex | 8D | 0 | 2C | 0 | 64 | 45 | 2D | 155 | 64 | 1C |
| Octal | 215 | 0 | 54 | 0 | 144 | 105 | 55 | 525 | 144 | 34 |
| Binary | 10001101 | 0 | 101100 | 0 | 1100100 | 1000101 | 101101 | 101010101 | 1100100 | 11100 |
Color Harmonies of #8D002C
Complementary color
Monochromatic Colors of #8D002C
Black with #8D002C
Text Example
Text Example
White with #8D002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D002C; }
p { color: rgb(141,0,44); }
H1.HeaderClassName
{
color: #8D002C;
}
.AnyTagClassName
{
color: #8D002C;
}
</style>
background-color css
<style>
a { background-color: #8D002C; }
a { background-color: rgb(141,0,44); }
div.DivClassName
{
background-color: #8D002C;
}
.BgClassName
{
background-color: #8D002C;
}
</style>
border-color css
<style>
span { border-color: #8D002C; }
span { border-color: rgb(141,0,44); }
td.TdClassName
{
border-color: #8D002C;
}
.TagClassName
{
border-color: #8D002C;
}
</style>