Shades of Sangria #8D010E
Tints of Sangria #8D010E
RGB
CMYK
RGB Variations
Color information
#8D010E (or 0x8D010E) is known color: Sangria. HEX triplet: 8D, 01 and 0E. RGB value is (141,1,14). Sum of RGB (Red+Green+Blue) = 141+1+14=156 (20% of max value = 765). Red value is 141 (55.47% from 255 or 90.38% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 141 - color contains mainly: red. Hex color #8D010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D010E is #72FEF1. Grayscale: #2C2C2C. Windows color (decimal): -7536370 or 917901. OLE color: 917901.
HSL color Cylindrical-coordinate representation of color #8D010E: hue angle of 354.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.45 |
| HSL | 354.43º | 0.99% | 0.28% | - |
| HSV(B) | 354.43º | 0.99% | 0.55% | - |
| XYZ | 11.07 | 5.72 | 0.94 | - |
| YUV | 44.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 14 | 0 | 0.99 | 0.90 | 0.45 | 354.43 | 0.99 | 0.28 |
| Hex | 8D | 1 | E | 0 | 63 | 5A | 2D | 162 | 63 | 1C |
| Octal | 215 | 1 | 16 | 0 | 143 | 132 | 55 | 542 | 143 | 34 |
| Binary | 10001101 | 1 | 1110 | 0 | 1100011 | 1011010 | 101101 | 101100010 | 1100011 | 11100 |
Color Harmonies of #8D010E
Complementary color
Monochromatic Colors of #8D010E
Black with #8D010E
Text Example
Text Example
White with #8D010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D010E; }
p { color: rgb(141,1,14); }
H1.HeaderClassName
{
color: #8D010E;
}
.AnyTagClassName
{
color: #8D010E;
}
</style>
background-color css
<style>
a { background-color: #8D010E; }
a { background-color: rgb(141,1,14); }
div.DivClassName
{
background-color: #8D010E;
}
.BgClassName
{
background-color: #8D010E;
}
</style>
border-color css
<style>
span { border-color: #8D010E; }
span { border-color: rgb(141,1,14); }
td.TdClassName
{
border-color: #8D010E;
}
.TagClassName
{
border-color: #8D010E;
}
</style>