Shades of Sangria #9F0108
Tints of Sangria #9F0108
RGB
CMYK
RGB Variations
Color information
#9F0108 (or 0x9F0108) is known color: Sangria. HEX triplet: 9F, 01 and 08. RGB value is (159,1,8). Sum of RGB (Red+Green+Blue) = 159+1+8=168 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.64% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0108 is #60FEF7. Grayscale: #313131. Windows color (decimal): -6356728 or 524703. OLE color: 524703.
HSL color Cylindrical-coordinate representation of color #9F0108: hue angle of 357.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0108 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.38 |
| HSL | 357.34º | 0.99% | 0.31% | - |
| HSV(B) | 357.34º | 0.99% | 0.62% | - |
| XYZ | 14.35 | 7.41 | 0.9 | - |
| YUV | 49.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 8 | 0 | 0.99 | 0.95 | 0.38 | 357.34 | 0.99 | 0.31 |
| Hex | 9F | 1 | 8 | 0 | 63 | 5F | 26 | 165 | 63 | 1F |
| Octal | 237 | 1 | 10 | 0 | 143 | 137 | 46 | 545 | 143 | 37 |
| Binary | 10011111 | 1 | 1000 | 0 | 1100011 | 1011111 | 100110 | 101100101 | 1100011 | 11111 |
Color Harmonies of #9F0108
Complementary color
Monochromatic Colors of #9F0108
Black with #9F0108
Text Example
Text Example
White with #9F0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0108; }
p { color: rgb(159,1,8); }
H1.HeaderClassName
{
color: #9F0108;
}
.AnyTagClassName
{
color: #9F0108;
}
</style>
background-color css
<style>
a { background-color: #9F0108; }
a { background-color: rgb(159,1,8); }
div.DivClassName
{
background-color: #9F0108;
}
.BgClassName
{
background-color: #9F0108;
}
</style>
border-color css
<style>
span { border-color: #9F0108; }
span { border-color: rgb(159,1,8); }
td.TdClassName
{
border-color: #9F0108;
}
.TagClassName
{
border-color: #9F0108;
}
</style>