Shades of Sangria #97020C
Tints of Sangria #97020C
RGB
CMYK
RGB Variations
Color information
#97020C (or 0x97020C) is known color: Sangria. HEX triplet: 97, 02 and 0C. RGB value is (151,2,12). Sum of RGB (Red+Green+Blue) = 151+2+12=165 (21% of max value = 765). Red value is 151 (59.38% from 255 or 91.52% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 151 - color contains mainly: red. Hex color #97020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97020C is #68FDF3. Grayscale: #2F2F2F. Windows color (decimal): -6880756 or 787095. OLE color: 787095.
HSL color Cylindrical-coordinate representation of color #97020C: hue angle of 355.97º 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 #97020C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.41 |
| HSL | 355.97º | 0.97% | 0.3% | - |
| HSV(B) | 355.97º | 0.99% | 0.59% | - |
| XYZ | 12.85 | 6.65 | 0.95 | - |
| YUV | 47.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 12 | 0 | 0.99 | 0.92 | 0.41 | 355.97 | 0.97 | 0.3 |
| Hex | 97 | 2 | C | 0 | 63 | 5C | 29 | 164 | 61 | 1E |
| Octal | 227 | 2 | 14 | 0 | 143 | 134 | 51 | 544 | 141 | 36 |
| Binary | 10010111 | 10 | 1100 | 0 | 1100011 | 1011100 | 101001 | 101100100 | 1100001 | 11110 |
Color Harmonies of #97020C
Complementary color
Monochromatic Colors of #97020C
Black with #97020C
Text Example
Text Example
White with #97020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97020C; }
p { color: rgb(151,2,12); }
H1.HeaderClassName
{
color: #97020C;
}
.AnyTagClassName
{
color: #97020C;
}
</style>
background-color css
<style>
a { background-color: #97020C; }
a { background-color: rgb(151,2,12); }
div.DivClassName
{
background-color: #97020C;
}
.BgClassName
{
background-color: #97020C;
}
</style>
border-color css
<style>
span { border-color: #97020C; }
span { border-color: rgb(151,2,12); }
td.TdClassName
{
border-color: #97020C;
}
.TagClassName
{
border-color: #97020C;
}
</style>