Shades of Sangria #8D0C0E
Tints of Sangria #8D0C0E
RGB
CMYK
RGB Variations
Color information
#8D0C0E (or 0x8D0C0E) is known color: Sangria. HEX triplet: 8D, 0C and 0E. RGB value is (141,12,14). Sum of RGB (Red+Green+Blue) = 141+12+14=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0C0E is #72F3F1. Grayscale: #323232. Windows color (decimal): -7533554 or 920717. OLE color: 920717.
HSL color Cylindrical-coordinate representation of color #8D0C0E: hue angle of 359.07º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C0E is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 14 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.45 |
| HSL | 359.07º | 0.84% | 0.3% | - |
| HSV(B) | 359.07º | 0.91% | 0.55% | - |
| XYZ | 11.2 | 5.96 | 0.98 | - |
| YUV | 50.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 14 | 0 | 0.91 | 0.90 | 0.45 | 359.07 | 0.84 | 0.3 |
| Hex | 8D | C | E | 0 | 5B | 5A | 2D | 167 | 54 | 1E |
| Octal | 215 | 14 | 16 | 0 | 133 | 132 | 55 | 547 | 124 | 36 |
| Binary | 10001101 | 1100 | 1110 | 0 | 1011011 | 1011010 | 101101 | 101100111 | 1010100 | 11110 |
Color Harmonies of #8D0C0E
Complementary color
Monochromatic Colors of #8D0C0E
Black with #8D0C0E
Text Example
Text Example
White with #8D0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C0E; }
p { color: rgb(141,12,14); }
H1.HeaderClassName
{
color: #8D0C0E;
}
.AnyTagClassName
{
color: #8D0C0E;
}
</style>
background-color css
<style>
a { background-color: #8D0C0E; }
a { background-color: rgb(141,12,14); }
div.DivClassName
{
background-color: #8D0C0E;
}
.BgClassName
{
background-color: #8D0C0E;
}
</style>
border-color css
<style>
span { border-color: #8D0C0E; }
span { border-color: rgb(141,12,14); }
td.TdClassName
{
border-color: #8D0C0E;
}
.TagClassName
{
border-color: #8D0C0E;
}
</style>