Shades of Sangria #970305
Tints of Sangria #970305
RGB
CMYK
RGB Variations
Color information
#970305 (or 0x970305) is known color: Sangria. HEX triplet: 97, 03 and 05. RGB value is (151,3,5). Sum of RGB (Red+Green+Blue) = 151+3+5=159 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.97% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 151 - color contains mainly: red. Hex color #970305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970305 is #68FCFA. Grayscale: #2F2F2F. Windows color (decimal): -6880507 or 328599. OLE color: 328599.
HSL color Cylindrical-coordinate representation of color #970305: hue angle of 359.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970305 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 5 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.41 |
| HSL | 359.19º | 0.96% | 0.3% | - |
| HSV(B) | 359.19º | 0.98% | 0.59% | - |
| XYZ | 12.82 | 6.66 | 0.75 | - |
| YUV | 47.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 5 | 0 | 0.98 | 0.97 | 0.41 | 359.19 | 0.96 | 0.3 |
| Hex | 97 | 3 | 5 | 0 | 62 | 61 | 29 | 167 | 60 | 1E |
| Octal | 227 | 3 | 5 | 0 | 142 | 141 | 51 | 547 | 140 | 36 |
| Binary | 10010111 | 11 | 101 | 0 | 1100010 | 1100001 | 101001 | 101100111 | 1100000 | 11110 |
Color Harmonies of #970305
Complementary color
Monochromatic Colors of #970305
Black with #970305
Text Example
Text Example
White with #970305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970305; }
p { color: rgb(151,3,5); }
H1.HeaderClassName
{
color: #970305;
}
.AnyTagClassName
{
color: #970305;
}
</style>
background-color css
<style>
a { background-color: #970305; }
a { background-color: rgb(151,3,5); }
div.DivClassName
{
background-color: #970305;
}
.BgClassName
{
background-color: #970305;
}
</style>
border-color css
<style>
span { border-color: #970305; }
span { border-color: rgb(151,3,5); }
td.TdClassName
{
border-color: #970305;
}
.TagClassName
{
border-color: #970305;
}
</style>