Shades of Sangria #9F0205
Tints of Sangria #9F0205
RGB
CMYK
RGB Variations
Color information
#9F0205 (or 0x9F0205) is known color: Sangria. HEX triplet: 9F, 02 and 05. RGB value is (159,2,5). Sum of RGB (Red+Green+Blue) = 159+2+5=166 (21% of max value = 765). Red value is 159 (62.5% from 255 or 95.78% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0205 is #60FDFA. Grayscale: #313131. Windows color (decimal): -6356475 or 328351. OLE color: 328351.
HSL color Cylindrical-coordinate representation of color #9F0205: hue angle of 358.85º 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 #9F0205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.38 |
| HSL | 358.85º | 0.98% | 0.32% | - |
| HSV(B) | 358.85º | 0.99% | 0.62% | - |
| XYZ | 14.35 | 7.43 | 0.82 | - |
| YUV | 49.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 5 | 0 | 0.99 | 0.97 | 0.38 | 358.85 | 0.98 | 0.32 |
| Hex | 9F | 2 | 5 | 0 | 63 | 61 | 26 | 167 | 62 | 20 |
| Octal | 237 | 2 | 5 | 0 | 143 | 141 | 46 | 547 | 142 | 40 |
| Binary | 10011111 | 10 | 101 | 0 | 1100011 | 1100001 | 100110 | 101100111 | 1100010 | 100000 |
Color Harmonies of #9F0205
Complementary color
Monochromatic Colors of #9F0205
Black with #9F0205
Text Example
Text Example
White with #9F0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0205; }
p { color: rgb(159,2,5); }
H1.HeaderClassName
{
color: #9F0205;
}
.AnyTagClassName
{
color: #9F0205;
}
</style>
background-color css
<style>
a { background-color: #9F0205; }
a { background-color: rgb(159,2,5); }
div.DivClassName
{
background-color: #9F0205;
}
.BgClassName
{
background-color: #9F0205;
}
</style>
border-color css
<style>
span { border-color: #9F0205; }
span { border-color: rgb(159,2,5); }
td.TdClassName
{
border-color: #9F0205;
}
.TagClassName
{
border-color: #9F0205;
}
</style>