Shades of Burgundy #8C0134
Tints of Burgundy #8C0134
RGB
CMYK
RGB Variations
Color information
#8C0134 (or 0x8C0134) is known color: Burgundy. HEX triplet: 8C, 01 and 34. RGB value is (140,1,52). Sum of RGB (Red+Green+Blue) = 140+1+52=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0134 is #73FECB. Grayscale: #303030. Windows color (decimal): -7601868 or 3408268. OLE color: 3408268.
HSL color Cylindrical-coordinate representation of color #8C0134: hue angle of 337.99º 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 #8C0134 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.45 |
| HSL | 337.99º | 0.99% | 0.28% | - |
| HSV(B) | 337.99º | 0.99% | 0.55% | - |
| XYZ | 11.45 | 5.85 | 3.77 | - |
| YUV | 48.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 52 | 0 | 0.99 | 0.63 | 0.45 | 337.99 | 0.99 | 0.28 |
| Hex | 8C | 1 | 34 | 0 | 63 | 3F | 2D | 152 | 63 | 1C |
| Octal | 214 | 1 | 64 | 0 | 143 | 77 | 55 | 522 | 143 | 34 |
| Binary | 10001100 | 1 | 110100 | 0 | 1100011 | 111111 | 101101 | 101010010 | 1100011 | 11100 |
Color Harmonies of #8C0134
Complementary color
Monochromatic Colors of #8C0134
Black with #8C0134
Text Example
Text Example
White with #8C0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0134; }
p { color: rgb(140,1,52); }
H1.HeaderClassName
{
color: #8C0134;
}
.AnyTagClassName
{
color: #8C0134;
}
</style>
background-color css
<style>
a { background-color: #8C0134; }
a { background-color: rgb(140,1,52); }
div.DivClassName
{
background-color: #8C0134;
}
.BgClassName
{
background-color: #8C0134;
}
</style>
border-color css
<style>
span { border-color: #8C0134; }
span { border-color: rgb(140,1,52); }
td.TdClassName
{
border-color: #8C0134;
}
.TagClassName
{
border-color: #8C0134;
}
</style>