Shades of Burgundy #8C0135
Tints of Burgundy #8C0135
RGB
CMYK
RGB Variations
Color information
#8C0135 (or 0x8C0135) is known color: Burgundy. HEX triplet: 8C, 01 and 35. RGB value is (140,1,53). Sum of RGB (Red+Green+Blue) = 140+1+53=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0135 is #73FECA. Grayscale: #303030. Windows color (decimal): -7601867 or 3473804. OLE color: 3473804.
HSL color Cylindrical-coordinate representation of color #8C0135: hue angle of 337.55º degrees, saturation: 0.99, 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 #8C0135 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.45 |
| HSL | 337.55º | 0.99% | 0.28% | - |
| HSV(B) | 337.55º | 0.99% | 0.55% | - |
| XYZ | 11.47 | 5.85 | 3.89 | - |
| YUV | 48.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 53 | 0 | 0.99 | 0.62 | 0.45 | 337.55 | 0.99 | 0.28 |
| Hex | 8C | 1 | 35 | 0 | 63 | 3E | 2D | 152 | 63 | 1C |
| Octal | 214 | 1 | 65 | 0 | 143 | 76 | 55 | 522 | 143 | 34 |
| Binary | 10001100 | 1 | 110101 | 0 | 1100011 | 111110 | 101101 | 101010010 | 1100011 | 11100 |
Color Harmonies of #8C0135
Complementary color
Monochromatic Colors of #8C0135
Black with #8C0135
Text Example
Text Example
White with #8C0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0135; }
p { color: rgb(140,1,53); }
H1.HeaderClassName
{
color: #8C0135;
}
.AnyTagClassName
{
color: #8C0135;
}
</style>
background-color css
<style>
a { background-color: #8C0135; }
a { background-color: rgb(140,1,53); }
div.DivClassName
{
background-color: #8C0135;
}
.BgClassName
{
background-color: #8C0135;
}
</style>
border-color css
<style>
span { border-color: #8C0135; }
span { border-color: rgb(140,1,53); }
td.TdClassName
{
border-color: #8C0135;
}
.TagClassName
{
border-color: #8C0135;
}
</style>