Shades of Sangria #97000F
Tints of Sangria #97000F
RGB
CMYK
RGB Variations
Color information
#97000F (or 0x97000F) is known color: Sangria. HEX triplet: 97, 00 and 0F. RGB value is (151,0,15). Sum of RGB (Red+Green+Blue) = 151+0+15=166 (21% of max value = 765). Red value is 151 (59.38% from 255 or 90.96% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 151 - color contains mainly: red. Hex color #97000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97000F is #68FFF0. Grayscale: #2E2E2E. Windows color (decimal): -6881265 or 983191. OLE color: 983191.
HSL color Cylindrical-coordinate representation of color #97000F: hue angle of 354.04º 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 #97000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.90 | 0.41 |
| HSL | 354.04º | 1% | 0.3% | - |
| HSV(B) | 354.04º | 1% | 0.59% | - |
| XYZ | 12.85 | 6.61 | 1.05 | - |
| YUV | 46.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 15 | 0 | 1 | 0.90 | 0.41 | 354.04 | 1 | 0.3 |
| Hex | 97 | 0 | F | 0 | 64 | 5A | 29 | 162 | 64 | 1E |
| Octal | 227 | 0 | 17 | 0 | 144 | 132 | 51 | 542 | 144 | 36 |
| Binary | 10010111 | 0 | 1111 | 0 | 1100100 | 1011010 | 101001 | 101100010 | 1100100 | 11110 |
Color Harmonies of #97000F
Complementary color
Monochromatic Colors of #97000F
Black with #97000F
Text Example
Text Example
White with #97000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97000F; }
p { color: rgb(151,0,15); }
H1.HeaderClassName
{
color: #97000F;
}
.AnyTagClassName
{
color: #97000F;
}
</style>
background-color css
<style>
a { background-color: #97000F; }
a { background-color: rgb(151,0,15); }
div.DivClassName
{
background-color: #97000F;
}
.BgClassName
{
background-color: #97000F;
}
</style>
border-color css
<style>
span { border-color: #97000F; }
span { border-color: rgb(151,0,15); }
td.TdClassName
{
border-color: #97000F;
}
.TagClassName
{
border-color: #97000F;
}
</style>