Shades of Sangria #970A10
Tints of Sangria #970A10
RGB
CMYK
RGB Variations
Color information
#970A10 (or 0x970A10) is known color: Sangria. HEX triplet: 97, 0A and 10. RGB value is (151,10,16). Sum of RGB (Red+Green+Blue) = 151+10+16=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970A10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970A10 is #68F5EF. Grayscale: #343434. Windows color (decimal): -6878704 or 1051287. OLE color: 1051287.
HSL color Cylindrical-coordinate representation of color #970A10: hue angle of 357.45º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A10 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 16 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.41 |
| HSL | 357.45º | 0.88% | 0.32% | - |
| HSV(B) | 357.45º | 0.93% | 0.59% | - |
| XYZ | 12.96 | 6.83 | 1.13 | - |
| YUV | 52.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 16 | 0 | 0.93 | 0.89 | 0.41 | 357.45 | 0.88 | 0.32 |
| Hex | 97 | A | 10 | 0 | 5D | 59 | 29 | 165 | 58 | 20 |
| Octal | 227 | 12 | 20 | 0 | 135 | 131 | 51 | 545 | 130 | 40 |
| Binary | 10010111 | 1010 | 10000 | 0 | 1011101 | 1011001 | 101001 | 101100101 | 1011000 | 100000 |
Color Harmonies of #970A10
Complementary color
Monochromatic Colors of #970A10
Black with #970A10
Text Example
Text Example
White with #970A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A10; }
p { color: rgb(151,10,16); }
H1.HeaderClassName
{
color: #970A10;
}
.AnyTagClassName
{
color: #970A10;
}
</style>
background-color css
<style>
a { background-color: #970A10; }
a { background-color: rgb(151,10,16); }
div.DivClassName
{
background-color: #970A10;
}
.BgClassName
{
background-color: #970A10;
}
</style>
border-color css
<style>
span { border-color: #970A10; }
span { border-color: rgb(151,10,16); }
td.TdClassName
{
border-color: #970A10;
}
.TagClassName
{
border-color: #970A10;
}
</style>