Shades of Sangria #8D1315
Tints of Sangria #8D1315
RGB
CMYK
RGB Variations
Color information
#8D1315 (or 0x8D1315) is known color: Sangria. HEX triplet: 8D, 13 and 15. RGB value is (141,19,21). Sum of RGB (Red+Green+Blue) = 141+19+21=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1315 is #72ECEA. Grayscale: #373737. Windows color (decimal): -7531755 or 1381261. OLE color: 1381261.
HSL color Cylindrical-coordinate representation of color #8D1315: hue angle of 359.02º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1315 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 19 | 21 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.45 |
| HSL | 359.02º | 0.76% | 0.31% | - |
| HSV(B) | 359.02º | 0.87% | 0.55% | - |
| XYZ | 11.35 | 6.18 | 1.3 | - |
| YUV | 55.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 21 | 0 | 0.87 | 0.85 | 0.45 | 359.02 | 0.76 | 0.31 |
| Hex | 8D | 13 | 15 | 0 | 57 | 55 | 2D | 167 | 4C | 1F |
| Octal | 215 | 23 | 25 | 0 | 127 | 125 | 55 | 547 | 114 | 37 |
| Binary | 10001101 | 10011 | 10101 | 0 | 1010111 | 1010101 | 101101 | 101100111 | 1001100 | 11111 |
Color Harmonies of #8D1315
Complementary color
Monochromatic Colors of #8D1315
Black with #8D1315
Text Example
Text Example
White with #8D1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1315; }
p { color: rgb(141,19,21); }
H1.HeaderClassName
{
color: #8D1315;
}
.AnyTagClassName
{
color: #8D1315;
}
</style>
background-color css
<style>
a { background-color: #8D1315; }
a { background-color: rgb(141,19,21); }
div.DivClassName
{
background-color: #8D1315;
}
.BgClassName
{
background-color: #8D1315;
}
</style>
border-color css
<style>
span { border-color: #8D1315; }
span { border-color: rgb(141,19,21); }
td.TdClassName
{
border-color: #8D1315;
}
.TagClassName
{
border-color: #8D1315;
}
</style>