Shades of Sangria #97010E
Tints of Sangria #97010E
RGB
CMYK
RGB Variations
Color information
#97010E (or 0x97010E) is known color: Sangria. HEX triplet: 97, 01 and 0E. RGB value is (151,1,14). Sum of RGB (Red+Green+Blue) = 151+1+14=166 (21% of max value = 765). Red value is 151 (59.38% from 255 or 90.96% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 151 - color contains mainly: red. Hex color #97010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97010E is #68FEF1. Grayscale: #2F2F2F. Windows color (decimal): -6881010 or 917911. OLE color: 917911.
HSL color Cylindrical-coordinate representation of color #97010E: hue angle of 354.8º degrees, saturation: 0.99, 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 #97010E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.41 |
| HSL | 354.8º | 0.99% | 0.3% | - |
| HSV(B) | 354.8º | 0.99% | 0.59% | - |
| XYZ | 12.85 | 6.63 | 1.02 | - |
| YUV | 47.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 14 | 0 | 0.99 | 0.91 | 0.41 | 354.8 | 0.99 | 0.3 |
| Hex | 97 | 1 | E | 0 | 63 | 5B | 29 | 163 | 63 | 1E |
| Octal | 227 | 1 | 16 | 0 | 143 | 133 | 51 | 543 | 143 | 36 |
| Binary | 10010111 | 1 | 1110 | 0 | 1100011 | 1011011 | 101001 | 101100011 | 1100011 | 11110 |
Color Harmonies of #97010E
Complementary color
Monochromatic Colors of #97010E
Black with #97010E
Text Example
Text Example
White with #97010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97010E; }
p { color: rgb(151,1,14); }
H1.HeaderClassName
{
color: #97010E;
}
.AnyTagClassName
{
color: #97010E;
}
</style>
background-color css
<style>
a { background-color: #97010E; }
a { background-color: rgb(151,1,14); }
div.DivClassName
{
background-color: #97010E;
}
.BgClassName
{
background-color: #97010E;
}
</style>
border-color css
<style>
span { border-color: #97010E; }
span { border-color: rgb(151,1,14); }
td.TdClassName
{
border-color: #97010E;
}
.TagClassName
{
border-color: #97010E;
}
</style>