Shades of Sangria #9F0508
Tints of Sangria #9F0508
RGB
CMYK
RGB Variations
Color information
#9F0508 (or 0x9F0508) is known color: Sangria. HEX triplet: 9F, 05 and 08. RGB value is (159,5,8). Sum of RGB (Red+Green+Blue) = 159+5+8=172 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.44% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0508 is #60FAF7. Grayscale: #333333. Windows color (decimal): -6355704 or 525727. OLE color: 525727.
HSL color Cylindrical-coordinate representation of color #9F0508: hue angle of 358.83º 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 #9F0508 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 8 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.38 |
| HSL | 358.83º | 0.94% | 0.32% | - |
| HSV(B) | 358.83º | 0.97% | 0.62% | - |
| XYZ | 14.4 | 7.5 | 0.92 | - |
| YUV | 51.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 8 | 0 | 0.97 | 0.95 | 0.38 | 358.83 | 0.94 | 0.32 |
| Hex | 9F | 5 | 8 | 0 | 61 | 5F | 26 | 167 | 5E | 20 |
| Octal | 237 | 5 | 10 | 0 | 141 | 137 | 46 | 547 | 136 | 40 |
| Binary | 10011111 | 101 | 1000 | 0 | 1100001 | 1011111 | 100110 | 101100111 | 1011110 | 100000 |
Color Harmonies of #9F0508
Complementary color
Monochromatic Colors of #9F0508
Black with #9F0508
Text Example
Text Example
White with #9F0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0508; }
p { color: rgb(159,5,8); }
H1.HeaderClassName
{
color: #9F0508;
}
.AnyTagClassName
{
color: #9F0508;
}
</style>
background-color css
<style>
a { background-color: #9F0508; }
a { background-color: rgb(159,5,8); }
div.DivClassName
{
background-color: #9F0508;
}
.BgClassName
{
background-color: #9F0508;
}
</style>
border-color css
<style>
span { border-color: #9F0508; }
span { border-color: rgb(159,5,8); }
td.TdClassName
{
border-color: #9F0508;
}
.TagClassName
{
border-color: #9F0508;
}
</style>