Shades of Sangria #97020F
Tints of Sangria #97020F
RGB
CMYK
RGB Variations
Color information
#97020F (or 0x97020F) is known color: Sangria. HEX triplet: 97, 02 and 0F. RGB value is (151,2,15). Sum of RGB (Red+Green+Blue) = 151+2+15=168 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.88% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 151 - color contains mainly: red. Hex color #97020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97020F is #68FDF0. Grayscale: #303030. Windows color (decimal): -6880753 or 983703. OLE color: 983703.
HSL color Cylindrical-coordinate representation of color #97020F: hue angle of 354.77º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.41 |
| HSL | 354.77º | 0.97% | 0.3% | - |
| HSV(B) | 354.77º | 0.99% | 0.59% | - |
| XYZ | 12.87 | 6.66 | 1.06 | - |
| YUV | 48.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 15 | 0 | 0.99 | 0.90 | 0.41 | 354.77 | 0.97 | 0.3 |
| Hex | 97 | 2 | F | 0 | 63 | 5A | 29 | 163 | 61 | 1E |
| Octal | 227 | 2 | 17 | 0 | 143 | 132 | 51 | 543 | 141 | 36 |
| Binary | 10010111 | 10 | 1111 | 0 | 1100011 | 1011010 | 101001 | 101100011 | 1100001 | 11110 |
Color Harmonies of #97020F
Complementary color
Monochromatic Colors of #97020F
Black with #97020F
Text Example
Text Example
White with #97020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97020F; }
p { color: rgb(151,2,15); }
H1.HeaderClassName
{
color: #97020F;
}
.AnyTagClassName
{
color: #97020F;
}
</style>
background-color css
<style>
a { background-color: #97020F; }
a { background-color: rgb(151,2,15); }
div.DivClassName
{
background-color: #97020F;
}
.BgClassName
{
background-color: #97020F;
}
</style>
border-color css
<style>
span { border-color: #97020F; }
span { border-color: rgb(151,2,15); }
td.TdClassName
{
border-color: #97020F;
}
.TagClassName
{
border-color: #97020F;
}
</style>