Shades of Sangria #9F0506
Tints of Sangria #9F0506
RGB
CMYK
RGB Variations
Color information
#9F0506 (or 0x9F0506) is known color: Sangria. HEX triplet: 9F, 05 and 06. RGB value is (159,5,6). Sum of RGB (Red+Green+Blue) = 159+5+6=170 (22% of max value = 765). Red value is 159 (62.5% from 255 or 93.53% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0506 is #60FAF9. Grayscale: #333333. Windows color (decimal): -6355706 or 394655. OLE color: 394655.
HSL color Cylindrical-coordinate representation of color #9F0506: hue angle of 359.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0506 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 6 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.38 |
| HSL | 359.61º | 0.94% | 0.32% | - |
| HSV(B) | 359.61º | 0.97% | 0.62% | - |
| XYZ | 14.39 | 7.49 | 0.86 | - |
| YUV | 51.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 6 | 0 | 0.97 | 0.96 | 0.38 | 359.61 | 0.94 | 0.32 |
| Hex | 9F | 5 | 6 | 0 | 61 | 60 | 26 | 168 | 5E | 20 |
| Octal | 237 | 5 | 6 | 0 | 141 | 140 | 46 | 550 | 136 | 40 |
| Binary | 10011111 | 101 | 110 | 0 | 1100001 | 1100000 | 100110 | 101101000 | 1011110 | 100000 |
Color Harmonies of #9F0506
Complementary color
Monochromatic Colors of #9F0506
Black with #9F0506
Text Example
Text Example
White with #9F0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0506; }
p { color: rgb(159,5,6); }
H1.HeaderClassName
{
color: #9F0506;
}
.AnyTagClassName
{
color: #9F0506;
}
</style>
background-color css
<style>
a { background-color: #9F0506; }
a { background-color: rgb(159,5,6); }
div.DivClassName
{
background-color: #9F0506;
}
.BgClassName
{
background-color: #9F0506;
}
</style>
border-color css
<style>
span { border-color: #9F0506; }
span { border-color: rgb(159,5,6); }
td.TdClassName
{
border-color: #9F0506;
}
.TagClassName
{
border-color: #9F0506;
}
</style>