Shades of Sangria #9F000E
Tints of Sangria #9F000E
RGB
CMYK
RGB Variations
Color information
#9F000E (or 0x9F000E) is known color: Sangria. HEX triplet: 9F, 00 and 0E. RGB value is (159,0,14). Sum of RGB (Red+Green+Blue) = 159+0+14=173 (22% of max value = 765). Red value is 159 (62.5% from 255 or 91.91% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 159 - color contains mainly: red. Hex color #9F000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F000E is #60FFF1. Grayscale: #313131. Windows color (decimal): -6356978 or 917663. OLE color: 917663.
HSL color Cylindrical-coordinate representation of color #9F000E: hue angle of 354.72º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.91 | 0.38 |
| HSL | 354.72º | 1% | 0.31% | - |
| HSV(B) | 354.72º | 1% | 0.62% | - |
| XYZ | 14.38 | 7.4 | 1.09 | - |
| YUV | 49.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 14 | 0 | 1 | 0.91 | 0.38 | 354.72 | 1 | 0.31 |
| Hex | 9F | 0 | E | 0 | 64 | 5B | 26 | 163 | 64 | 1F |
| Octal | 237 | 0 | 16 | 0 | 144 | 133 | 46 | 543 | 144 | 37 |
| Binary | 10011111 | 0 | 1110 | 0 | 1100100 | 1011011 | 100110 | 101100011 | 1100100 | 11111 |
Color Harmonies of #9F000E
Complementary color
Monochromatic Colors of #9F000E
Black with #9F000E
Text Example
Text Example
White with #9F000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F000E; }
p { color: rgb(159,0,14); }
H1.HeaderClassName
{
color: #9F000E;
}
.AnyTagClassName
{
color: #9F000E;
}
</style>
background-color css
<style>
a { background-color: #9F000E; }
a { background-color: rgb(159,0,14); }
div.DivClassName
{
background-color: #9F000E;
}
.BgClassName
{
background-color: #9F000E;
}
</style>
border-color css
<style>
span { border-color: #9F000E; }
span { border-color: rgb(159,0,14); }
td.TdClassName
{
border-color: #9F000E;
}
.TagClassName
{
border-color: #9F000E;
}
</style>