Shades of Sangria #970010
Tints of Sangria #970010
RGB
CMYK
RGB Variations
Color information
#970010 (or 0x970010) is known color: Sangria. HEX triplet: 97, 00 and 10. RGB value is (151,0,16). Sum of RGB (Red+Green+Blue) = 151+0+16=167 (22% of max value = 765). Red value is 151 (59.38% from 255 or 90.42% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 151 - color contains mainly: red. Hex color #970010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970010 is #68FFEF. Grayscale: #2F2F2F. Windows color (decimal): -6881264 or 1048727. OLE color: 1048727.
HSL color Cylindrical-coordinate representation of color #970010: hue angle of 353.64º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970010 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.89 | 0.41 |
| HSL | 353.64º | 1% | 0.3% | - |
| HSV(B) | 353.64º | 1% | 0.59% | - |
| XYZ | 12.86 | 6.62 | 1.09 | - |
| YUV | 46.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 16 | 0 | 1 | 0.89 | 0.41 | 353.64 | 1 | 0.3 |
| Hex | 97 | 0 | 10 | 0 | 64 | 59 | 29 | 162 | 64 | 1E |
| Octal | 227 | 0 | 20 | 0 | 144 | 131 | 51 | 542 | 144 | 36 |
| Binary | 10010111 | 0 | 10000 | 0 | 1100100 | 1011001 | 101001 | 101100010 | 1100100 | 11110 |
Color Harmonies of #970010
Complementary color
Monochromatic Colors of #970010
Black with #970010
Text Example
Text Example
White with #970010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970010; }
p { color: rgb(151,0,16); }
H1.HeaderClassName
{
color: #970010;
}
.AnyTagClassName
{
color: #970010;
}
</style>
background-color css
<style>
a { background-color: #970010; }
a { background-color: rgb(151,0,16); }
div.DivClassName
{
background-color: #970010;
}
.BgClassName
{
background-color: #970010;
}
</style>
border-color css
<style>
span { border-color: #970010; }
span { border-color: rgb(151,0,16); }
td.TdClassName
{
border-color: #970010;
}
.TagClassName
{
border-color: #970010;
}
</style>