Shades of Sangria #970F13
Tints of Sangria #970F13
RGB
CMYK
RGB Variations
Color information
#970F13 (or 0x970F13) is known color: Sangria. HEX triplet: 97, 0F and 13. RGB value is (151,15,19). Sum of RGB (Red+Green+Blue) = 151+15+19=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #970F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F13 is #68F0EC. Grayscale: #383838. Windows color (decimal): -6877421 or 1249175. OLE color: 1249175.
HSL color Cylindrical-coordinate representation of color #970F13: hue angle of 358.24º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F13 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 19 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.41 |
| HSL | 358.24º | 0.82% | 0.33% | - |
| HSV(B) | 358.24º | 0.9% | 0.59% | - |
| XYZ | 13.05 | 6.97 | 1.27 | - |
| YUV | 56.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 19 | 0 | 0.90 | 0.87 | 0.41 | 358.24 | 0.82 | 0.33 |
| Hex | 97 | F | 13 | 0 | 5A | 57 | 29 | 166 | 52 | 21 |
| Octal | 227 | 17 | 23 | 0 | 132 | 127 | 51 | 546 | 122 | 41 |
| Binary | 10010111 | 1111 | 10011 | 0 | 1011010 | 1010111 | 101001 | 101100110 | 1010010 | 100001 |
Color Harmonies of #970F13
Complementary color
Monochromatic Colors of #970F13
Black with #970F13
Text Example
Text Example
White with #970F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F13; }
p { color: rgb(151,15,19); }
H1.HeaderClassName
{
color: #970F13;
}
.AnyTagClassName
{
color: #970F13;
}
</style>
background-color css
<style>
a { background-color: #970F13; }
a { background-color: rgb(151,15,19); }
div.DivClassName
{
background-color: #970F13;
}
.BgClassName
{
background-color: #970F13;
}
</style>
border-color css
<style>
span { border-color: #970F13; }
span { border-color: rgb(151,15,19); }
td.TdClassName
{
border-color: #970F13;
}
.TagClassName
{
border-color: #970F13;
}
</style>