Shades of Sangria #8D1115
Tints of Sangria #8D1115
RGB
CMYK
RGB Variations
Color information
#8D1115 (or 0x8D1115) is known color: Sangria. HEX triplet: 8D, 11 and 15. RGB value is (141,17,21). Sum of RGB (Red+Green+Blue) = 141+17+21=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1115 is #72EEEA. Grayscale: #363636. Windows color (decimal): -7532267 or 1380749. OLE color: 1380749.
HSL color Cylindrical-coordinate representation of color #8D1115: hue angle of 358.06º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1115 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 21 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.45 |
| HSL | 358.06º | 0.78% | 0.31% | - |
| HSV(B) | 358.06º | 0.88% | 0.55% | - |
| XYZ | 11.32 | 6.12 | 1.29 | - |
| YUV | 54.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 21 | 0 | 0.88 | 0.85 | 0.45 | 358.06 | 0.78 | 0.31 |
| Hex | 8D | 11 | 15 | 0 | 58 | 55 | 2D | 166 | 4E | 1F |
| Octal | 215 | 21 | 25 | 0 | 130 | 125 | 55 | 546 | 116 | 37 |
| Binary | 10001101 | 10001 | 10101 | 0 | 1011000 | 1010101 | 101101 | 101100110 | 1001110 | 11111 |
Color Harmonies of #8D1115
Complementary color
Monochromatic Colors of #8D1115
Black with #8D1115
Text Example
Text Example
White with #8D1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1115; }
p { color: rgb(141,17,21); }
H1.HeaderClassName
{
color: #8D1115;
}
.AnyTagClassName
{
color: #8D1115;
}
</style>
background-color css
<style>
a { background-color: #8D1115; }
a { background-color: rgb(141,17,21); }
div.DivClassName
{
background-color: #8D1115;
}
.BgClassName
{
background-color: #8D1115;
}
</style>
border-color css
<style>
span { border-color: #8D1115; }
span { border-color: rgb(141,17,21); }
td.TdClassName
{
border-color: #8D1115;
}
.TagClassName
{
border-color: #8D1115;
}
</style>