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