Shades of Sangria #9F0204
Tints of Sangria #9F0204
RGB
CMYK
RGB Variations
Color information
#9F0204 (or 0x9F0204) is known color: Sangria. HEX triplet: 9F, 02 and 04. RGB value is (159,2,4). Sum of RGB (Red+Green+Blue) = 159+2+4=165 (21% of max value = 765). Red value is 159 (62.5% from 255 or 96.36% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0204 is #60FDFB. Grayscale: #313131. Windows color (decimal): -6356476 or 262815. OLE color: 262815.
HSL color Cylindrical-coordinate representation of color #9F0204: hue angle of 359.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.38 |
| HSL | 359.24º | 0.98% | 0.32% | - |
| HSV(B) | 359.24º | 0.99% | 0.62% | - |
| XYZ | 14.34 | 7.42 | 0.79 | - |
| YUV | 49.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 4 | 0 | 0.99 | 0.97 | 0.38 | 359.24 | 0.98 | 0.32 |
| Hex | 9F | 2 | 4 | 0 | 63 | 61 | 26 | 167 | 62 | 20 |
| Octal | 237 | 2 | 4 | 0 | 143 | 141 | 46 | 547 | 142 | 40 |
| Binary | 10011111 | 10 | 100 | 0 | 1100011 | 1100001 | 100110 | 101100111 | 1100010 | 100000 |
Color Harmonies of #9F0204
Complementary color
Monochromatic Colors of #9F0204
Black with #9F0204
Text Example
Text Example
White with #9F0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0204; }
p { color: rgb(159,2,4); }
H1.HeaderClassName
{
color: #9F0204;
}
.AnyTagClassName
{
color: #9F0204;
}
</style>
background-color css
<style>
a { background-color: #9F0204; }
a { background-color: rgb(159,2,4); }
div.DivClassName
{
background-color: #9F0204;
}
.BgClassName
{
background-color: #9F0204;
}
</style>
border-color css
<style>
span { border-color: #9F0204; }
span { border-color: rgb(159,2,4); }
td.TdClassName
{
border-color: #9F0204;
}
.TagClassName
{
border-color: #9F0204;
}
</style>