Shades of Burgundy #8C022A
Tints of Burgundy #8C022A
RGB
CMYK
RGB Variations
Color information
#8C022A (or 0x8C022A) is known color: Burgundy. HEX triplet: 8C, 02 and 2A. RGB value is (140,2,42). Sum of RGB (Red+Green+Blue) = 140+2+42=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C022A is #73FDD5. Grayscale: #2F2F2F. Windows color (decimal): -7601622 or 2753164. OLE color: 2753164.
HSL color Cylindrical-coordinate representation of color #8C022A: hue angle of 342.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C022A is Cyan = 0, Magento = 0.99, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.7 | 0.45 |
| HSL | 342.61º | 0.97% | 0.28% | - |
| HSV(B) | 342.61º | 0.99% | 0.55% | - |
| XYZ | 11.25 | 5.79 | 2.71 | - |
| YUV | 47.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 42 | 0 | 0.99 | 0.7 | 0.45 | 342.61 | 0.97 | 0.28 |
| Hex | 8C | 2 | 2A | 0 | 63 | 46 | 2D | 157 | 61 | 1C |
| Octal | 214 | 2 | 52 | 0 | 143 | 106 | 55 | 527 | 141 | 34 |
| Binary | 10001100 | 10 | 101010 | 0 | 1100011 | 1000110 | 101101 | 101010111 | 1100001 | 11100 |
Color Harmonies of #8C022A
Complementary color
Monochromatic Colors of #8C022A
Black with #8C022A
Text Example
Text Example
White with #8C022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C022A; }
p { color: rgb(140,2,42); }
H1.HeaderClassName
{
color: #8C022A;
}
.AnyTagClassName
{
color: #8C022A;
}
</style>
background-color css
<style>
a { background-color: #8C022A; }
a { background-color: rgb(140,2,42); }
div.DivClassName
{
background-color: #8C022A;
}
.BgClassName
{
background-color: #8C022A;
}
</style>
border-color css
<style>
span { border-color: #8C022A; }
span { border-color: rgb(140,2,42); }
td.TdClassName
{
border-color: #8C022A;
}
.TagClassName
{
border-color: #8C022A;
}
</style>