Shades of Burgundy #8C0438
Tints of Burgundy #8C0438
RGB
CMYK
RGB Variations
Color information
#8C0438 (or 0x8C0438) is known color: Burgundy. HEX triplet: 8C, 04 and 38. RGB value is (140,4,56). Sum of RGB (Red+Green+Blue) = 140+4+56=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0438 is #73FBC7. Grayscale: #323232. Windows color (decimal): -7601096 or 3671180. OLE color: 3671180.
HSL color Cylindrical-coordinate representation of color #8C0438: hue angle of 337.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0438 is Cyan = 0, Magento = 0.97, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 56 | - |
| CMYK | 0 | 0.97 | 0.6 | 0.45 |
| HSL | 337.06º | 0.94% | 0.28% | - |
| HSV(B) | 337.06º | 0.97% | 0.55% | - |
| XYZ | 11.57 | 5.95 | 4.28 | - |
| YUV | 50.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 56 | 0 | 0.97 | 0.6 | 0.45 | 337.06 | 0.94 | 0.28 |
| Hex | 8C | 4 | 38 | 0 | 61 | 3C | 2D | 151 | 5E | 1C |
| Octal | 214 | 4 | 70 | 0 | 141 | 74 | 55 | 521 | 136 | 34 |
| Binary | 10001100 | 100 | 111000 | 0 | 1100001 | 111100 | 101101 | 101010001 | 1011110 | 11100 |
Color Harmonies of #8C0438
Complementary color
Monochromatic Colors of #8C0438
Black with #8C0438
Text Example
Text Example
White with #8C0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0438; }
p { color: rgb(140,4,56); }
H1.HeaderClassName
{
color: #8C0438;
}
.AnyTagClassName
{
color: #8C0438;
}
</style>
background-color css
<style>
a { background-color: #8C0438; }
a { background-color: rgb(140,4,56); }
div.DivClassName
{
background-color: #8C0438;
}
.BgClassName
{
background-color: #8C0438;
}
</style>
border-color css
<style>
span { border-color: #8C0438; }
span { border-color: rgb(140,4,56); }
td.TdClassName
{
border-color: #8C0438;
}
.TagClassName
{
border-color: #8C0438;
}
</style>