Shades of Sangria #970004
Tints of Sangria #970004
RGB
CMYK
RGB Variations
Color information
#970004 (or 0x970004) is known color: Sangria. HEX triplet: 97, 00 and 04. RGB value is (151,0,4). Sum of RGB (Red+Green+Blue) = 151+0+4=155 (20% of max value = 765). Red value is 151 (59.38% from 255 or 97.42% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 151 - color contains mainly: red. Hex color #970004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970004 is #68FFFB. Grayscale: #2D2D2D. Windows color (decimal): -6881276 or 262295. OLE color: 262295.
HSL color Cylindrical-coordinate representation of color #970004: hue angle of 358.41º 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 #970004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.41 |
| HSL | 358.41º | 1% | 0.3% | - |
| HSV(B) | 358.41º | 1% | 0.59% | - |
| XYZ | 12.78 | 6.59 | 0.71 | - |
| YUV | 45.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 4 | 0 | 1 | 0.97 | 0.41 | 358.41 | 1 | 0.3 |
| Hex | 97 | 0 | 4 | 0 | 64 | 61 | 29 | 166 | 64 | 1E |
| Octal | 227 | 0 | 4 | 0 | 144 | 141 | 51 | 546 | 144 | 36 |
| Binary | 10010111 | 0 | 100 | 0 | 1100100 | 1100001 | 101001 | 101100110 | 1100100 | 11110 |
Color Harmonies of #970004
Complementary color
Monochromatic Colors of #970004
Black with #970004
Text Example
Text Example
White with #970004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970004; }
p { color: rgb(151,0,4); }
H1.HeaderClassName
{
color: #970004;
}
.AnyTagClassName
{
color: #970004;
}
</style>
background-color css
<style>
a { background-color: #970004; }
a { background-color: rgb(151,0,4); }
div.DivClassName
{
background-color: #970004;
}
.BgClassName
{
background-color: #970004;
}
</style>
border-color css
<style>
span { border-color: #970004; }
span { border-color: rgb(151,0,4); }
td.TdClassName
{
border-color: #970004;
}
.TagClassName
{
border-color: #970004;
}
</style>