Shades of Sangria #8D0E12
Tints of Sangria #8D0E12
RGB
CMYK
RGB Variations
Color information
#8D0E12 (or 0x8D0E12) is known color: Sangria. HEX triplet: 8D, 0E and 12. RGB value is (141,14,18). Sum of RGB (Red+Green+Blue) = 141+14+18=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0E12 is #72F1ED. Grayscale: #343434. Windows color (decimal): -7533038 or 1183373. OLE color: 1183373.
HSL color Cylindrical-coordinate representation of color #8D0E12: hue angle of 358.11º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E12 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 14 | 18 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.45 |
| HSL | 358.11º | 0.82% | 0.3% | - |
| HSV(B) | 358.11º | 0.9% | 0.55% | - |
| XYZ | 11.25 | 6.02 | 1.14 | - |
| YUV | 52.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 18 | 0 | 0.90 | 0.87 | 0.45 | 358.11 | 0.82 | 0.3 |
| Hex | 8D | E | 12 | 0 | 5A | 57 | 2D | 166 | 52 | 1E |
| Octal | 215 | 16 | 22 | 0 | 132 | 127 | 55 | 546 | 122 | 36 |
| Binary | 10001101 | 1110 | 10010 | 0 | 1011010 | 1010111 | 101101 | 101100110 | 1010010 | 11110 |
Color Harmonies of #8D0E12
Complementary color
Monochromatic Colors of #8D0E12
Black with #8D0E12
Text Example
Text Example
White with #8D0E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0E12; }
p { color: rgb(141,14,18); }
H1.HeaderClassName
{
color: #8D0E12;
}
.AnyTagClassName
{
color: #8D0E12;
}
</style>
background-color css
<style>
a { background-color: #8D0E12; }
a { background-color: rgb(141,14,18); }
div.DivClassName
{
background-color: #8D0E12;
}
.BgClassName
{
background-color: #8D0E12;
}
</style>
border-color css
<style>
span { border-color: #8D0E12; }
span { border-color: rgb(141,14,18); }
td.TdClassName
{
border-color: #8D0E12;
}
.TagClassName
{
border-color: #8D0E12;
}
</style>