Shades of Sangria #9F000D
Tints of Sangria #9F000D
RGB
CMYK
RGB Variations
Color information
#9F000D (or 0x9F000D) is known color: Sangria. HEX triplet: 9F, 00 and 0D. RGB value is (159,0,13). Sum of RGB (Red+Green+Blue) = 159+0+13=172 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.44% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 159 - color contains mainly: red. Hex color #9F000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F000D is #60FFF2. Grayscale: #313131. Windows color (decimal): -6356979 or 852127. OLE color: 852127.
HSL color Cylindrical-coordinate representation of color #9F000D: hue angle of 355.09º 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 #9F000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.38 |
| HSL | 355.09º | 1% | 0.31% | - |
| HSV(B) | 355.09º | 1% | 0.62% | - |
| XYZ | 14.37 | 7.4 | 1.05 | - |
| YUV | 49.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 13 | 0 | 1 | 0.92 | 0.38 | 355.09 | 1 | 0.31 |
| Hex | 9F | 0 | D | 0 | 64 | 5C | 26 | 163 | 64 | 1F |
| Octal | 237 | 0 | 15 | 0 | 144 | 134 | 46 | 543 | 144 | 37 |
| Binary | 10011111 | 0 | 1101 | 0 | 1100100 | 1011100 | 100110 | 101100011 | 1100100 | 11111 |
Color Harmonies of #9F000D
Complementary color
Monochromatic Colors of #9F000D
Black with #9F000D
Text Example
Text Example
White with #9F000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F000D; }
p { color: rgb(159,0,13); }
H1.HeaderClassName
{
color: #9F000D;
}
.AnyTagClassName
{
color: #9F000D;
}
</style>
background-color css
<style>
a { background-color: #9F000D; }
a { background-color: rgb(159,0,13); }
div.DivClassName
{
background-color: #9F000D;
}
.BgClassName
{
background-color: #9F000D;
}
</style>
border-color css
<style>
span { border-color: #9F000D; }
span { border-color: rgb(159,0,13); }
td.TdClassName
{
border-color: #9F000D;
}
.TagClassName
{
border-color: #9F000D;
}
</style>