Shades of Sangria #8D040E
Tints of Sangria #8D040E
RGB
CMYK
RGB Variations
Color information
#8D040E (or 0x8D040E) is known color: Sangria. HEX triplet: 8D, 04 and 0E. RGB value is (141,4,14). Sum of RGB (Red+Green+Blue) = 141+4+14=159 (21% of max value = 765). Red value is 141 (55.47% from 255 or 88.68% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 141 - color contains mainly: red. Hex color #8D040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D040E is #72FBF1. Grayscale: #2E2E2E. Windows color (decimal): -7535602 or 918669. OLE color: 918669.
HSL color Cylindrical-coordinate representation of color #8D040E: hue angle of 355.62º 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 #8D040E is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 14 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.45 |
| HSL | 355.62º | 0.94% | 0.28% | - |
| HSV(B) | 355.62º | 0.97% | 0.55% | - |
| XYZ | 11.11 | 5.78 | 0.95 | - |
| YUV | 46.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 14 | 0 | 0.97 | 0.90 | 0.45 | 355.62 | 0.94 | 0.28 |
| Hex | 8D | 4 | E | 0 | 61 | 5A | 2D | 164 | 5E | 1C |
| Octal | 215 | 4 | 16 | 0 | 141 | 132 | 55 | 544 | 136 | 34 |
| Binary | 10001101 | 100 | 1110 | 0 | 1100001 | 1011010 | 101101 | 101100100 | 1011110 | 11100 |
Color Harmonies of #8D040E
Complementary color
Monochromatic Colors of #8D040E
Black with #8D040E
Text Example
Text Example
White with #8D040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D040E; }
p { color: rgb(141,4,14); }
H1.HeaderClassName
{
color: #8D040E;
}
.AnyTagClassName
{
color: #8D040E;
}
</style>
background-color css
<style>
a { background-color: #8D040E; }
a { background-color: rgb(141,4,14); }
div.DivClassName
{
background-color: #8D040E;
}
.BgClassName
{
background-color: #8D040E;
}
</style>
border-color css
<style>
span { border-color: #8D040E; }
span { border-color: rgb(141,4,14); }
td.TdClassName
{
border-color: #8D040E;
}
.TagClassName
{
border-color: #8D040E;
}
</style>