Shades of Burgundy #8C0334
Tints of Burgundy #8C0334
RGB
CMYK
RGB Variations
Color information
#8C0334 (or 0x8C0334) is known color: Burgundy. HEX triplet: 8C, 03 and 34. RGB value is (140,3,52). Sum of RGB (Red+Green+Blue) = 140+3+52=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0334 is #73FCCB. Grayscale: #313131. Windows color (decimal): -7601356 or 3408780. OLE color: 3408780.
HSL color Cylindrical-coordinate representation of color #8C0334: hue angle of 338.54º 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 #8C0334 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.45 |
| HSL | 338.54º | 0.96% | 0.28% | - |
| HSV(B) | 338.54º | 0.98% | 0.55% | - |
| XYZ | 11.47 | 5.89 | 3.78 | - |
| YUV | 49.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 52 | 0 | 0.98 | 0.63 | 0.45 | 338.54 | 0.96 | 0.28 |
| Hex | 8C | 3 | 34 | 0 | 62 | 3F | 2D | 153 | 60 | 1C |
| Octal | 214 | 3 | 64 | 0 | 142 | 77 | 55 | 523 | 140 | 34 |
| Binary | 10001100 | 11 | 110100 | 0 | 1100010 | 111111 | 101101 | 101010011 | 1100000 | 11100 |
Color Harmonies of #8C0334
Complementary color
Monochromatic Colors of #8C0334
Black with #8C0334
Text Example
Text Example
White with #8C0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0334; }
p { color: rgb(140,3,52); }
H1.HeaderClassName
{
color: #8C0334;
}
.AnyTagClassName
{
color: #8C0334;
}
</style>
background-color css
<style>
a { background-color: #8C0334; }
a { background-color: rgb(140,3,52); }
div.DivClassName
{
background-color: #8C0334;
}
.BgClassName
{
background-color: #8C0334;
}
</style>
border-color css
<style>
span { border-color: #8C0334; }
span { border-color: rgb(140,3,52); }
td.TdClassName
{
border-color: #8C0334;
}
.TagClassName
{
border-color: #8C0334;
}
</style>