Shades of Burgundy #8E0428
Tints of Burgundy #8E0428
RGB
CMYK
RGB Variations
Color information
#8E0428 (or 0x8E0428) is known color: Burgundy. HEX triplet: 8E, 04 and 28. RGB value is (142,4,40). Sum of RGB (Red+Green+Blue) = 142+4+40=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0428 is #71FBD7. Grayscale: #313131. Windows color (decimal): -7470040 or 2622606. OLE color: 2622606.
HSL color Cylindrical-coordinate representation of color #8E0428: hue angle of 344.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0428 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 40 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.44 |
| HSL | 344.35º | 0.95% | 0.29% | - |
| HSV(B) | 344.35º | 0.97% | 0.56% | - |
| XYZ | 11.58 | 5.99 | 2.55 | - |
| YUV | 49.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 40 | 0 | 0.97 | 0.72 | 0.44 | 344.35 | 0.95 | 0.29 |
| Hex | 8E | 4 | 28 | 0 | 61 | 48 | 2C | 158 | 5F | 1D |
| Octal | 216 | 4 | 50 | 0 | 141 | 110 | 54 | 530 | 137 | 35 |
| Binary | 10001110 | 100 | 101000 | 0 | 1100001 | 1001000 | 101100 | 101011000 | 1011111 | 11101 |
Color Harmonies of #8E0428
Complementary color
Monochromatic Colors of #8E0428
Black with #8E0428
Text Example
Text Example
White with #8E0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0428; }
p { color: rgb(142,4,40); }
H1.HeaderClassName
{
color: #8E0428;
}
.AnyTagClassName
{
color: #8E0428;
}
</style>
background-color css
<style>
a { background-color: #8E0428; }
a { background-color: rgb(142,4,40); }
div.DivClassName
{
background-color: #8E0428;
}
.BgClassName
{
background-color: #8E0428;
}
</style>
border-color css
<style>
span { border-color: #8E0428; }
span { border-color: rgb(142,4,40); }
td.TdClassName
{
border-color: #8E0428;
}
.TagClassName
{
border-color: #8E0428;
}
</style>