Shades of Burgundy #8C0320
Tints of Burgundy #8C0320
RGB
CMYK
RGB Variations
Color information
#8C0320 (or 0x8C0320) is known color: Burgundy. HEX triplet: 8C, 03 and 20. RGB value is (140,3,32). Sum of RGB (Red+Green+Blue) = 140+3+32=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0320 is #73FCDF. Grayscale: #2F2F2F. Windows color (decimal): -7601376 or 2098060. OLE color: 2098060.
HSL color Cylindrical-coordinate representation of color #8C0320: hue angle of 347.3º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0320 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.45 |
| HSL | 347.3º | 0.96% | 0.28% | - |
| HSV(B) | 347.3º | 0.98% | 0.55% | - |
| XYZ | 11.11 | 5.74 | 1.89 | - |
| YUV | 47.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 32 | 0 | 0.98 | 0.77 | 0.45 | 347.3 | 0.96 | 0.28 |
| Hex | 8C | 3 | 20 | 0 | 62 | 4D | 2D | 15B | 60 | 1C |
| Octal | 214 | 3 | 40 | 0 | 142 | 115 | 55 | 533 | 140 | 34 |
| Binary | 10001100 | 11 | 100000 | 0 | 1100010 | 1001101 | 101101 | 101011011 | 1100000 | 11100 |
Color Harmonies of #8C0320
Complementary color
Monochromatic Colors of #8C0320
Black with #8C0320
Text Example
Text Example
White with #8C0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0320; }
p { color: rgb(140,3,32); }
H1.HeaderClassName
{
color: #8C0320;
}
.AnyTagClassName
{
color: #8C0320;
}
</style>
background-color css
<style>
a { background-color: #8C0320; }
a { background-color: rgb(140,3,32); }
div.DivClassName
{
background-color: #8C0320;
}
.BgClassName
{
background-color: #8C0320;
}
</style>
border-color css
<style>
span { border-color: #8C0320; }
span { border-color: rgb(140,3,32); }
td.TdClassName
{
border-color: #8C0320;
}
.TagClassName
{
border-color: #8C0320;
}
</style>