Shades of Sangria #971415
Tints of Sangria #971415
RGB
CMYK
RGB Variations
Color information
#971415 (or 0x971415) is known color: Sangria. HEX triplet: 97, 14 and 15. RGB value is (151,20,21). Sum of RGB (Red+Green+Blue) = 151+20+21=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971415 is #68EBEA. Grayscale: #3B3B3B. Windows color (decimal): -6876139 or 1381527. OLE color: 1381527.
HSL color Cylindrical-coordinate representation of color #971415: hue angle of 359.54º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971415 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 21 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.41 |
| HSL | 359.54º | 0.77% | 0.34% | - |
| HSV(B) | 359.54º | 0.87% | 0.59% | - |
| XYZ | 13.15 | 7.13 | 1.39 | - |
| YUV | 59.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 21 | 0 | 0.87 | 0.86 | 0.41 | 359.54 | 0.77 | 0.34 |
| Hex | 97 | 14 | 15 | 0 | 57 | 56 | 29 | 168 | 4D | 22 |
| Octal | 227 | 24 | 25 | 0 | 127 | 126 | 51 | 550 | 115 | 42 |
| Binary | 10010111 | 10100 | 10101 | 0 | 1010111 | 1010110 | 101001 | 101101000 | 1001101 | 100010 |
Color Harmonies of #971415
Complementary color
Monochromatic Colors of #971415
Black with #971415
Text Example
Text Example
White with #971415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971415; }
p { color: rgb(151,20,21); }
H1.HeaderClassName
{
color: #971415;
}
.AnyTagClassName
{
color: #971415;
}
</style>
background-color css
<style>
a { background-color: #971415; }
a { background-color: rgb(151,20,21); }
div.DivClassName
{
background-color: #971415;
}
.BgClassName
{
background-color: #971415;
}
</style>
border-color css
<style>
span { border-color: #971415; }
span { border-color: rgb(151,20,21); }
td.TdClassName
{
border-color: #971415;
}
.TagClassName
{
border-color: #971415;
}
</style>