Shades of Sangria #9F000A
Tints of Sangria #9F000A
RGB
CMYK
RGB Variations
Color information
#9F000A (or 0x9F000A) is known color: Sangria. HEX triplet: 9F, 00 and 0A. RGB value is (159,0,10). Sum of RGB (Red+Green+Blue) = 159+0+10=169 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.08% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 159 - color contains mainly: red. Hex color #9F000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F000A is #60FFF5. Grayscale: #303030. Windows color (decimal): -6356982 or 655519. OLE color: 655519.
HSL color Cylindrical-coordinate representation of color #9F000A: hue angle of 356.23º 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 #9F000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.38 |
| HSL | 356.23º | 1% | 0.31% | - |
| HSV(B) | 356.23º | 1% | 0.62% | - |
| XYZ | 14.35 | 7.39 | 0.96 | - |
| YUV | 48.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 10 | 0 | 1 | 0.94 | 0.38 | 356.23 | 1 | 0.31 |
| Hex | 9F | 0 | A | 0 | 64 | 5E | 26 | 164 | 64 | 1F |
| Octal | 237 | 0 | 12 | 0 | 144 | 136 | 46 | 544 | 144 | 37 |
| Binary | 10011111 | 0 | 1010 | 0 | 1100100 | 1011110 | 100110 | 101100100 | 1100100 | 11111 |
Color Harmonies of #9F000A
Complementary color
Monochromatic Colors of #9F000A
Black with #9F000A
Text Example
Text Example
White with #9F000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F000A; }
p { color: rgb(159,0,10); }
H1.HeaderClassName
{
color: #9F000A;
}
.AnyTagClassName
{
color: #9F000A;
}
</style>
background-color css
<style>
a { background-color: #9F000A; }
a { background-color: rgb(159,0,10); }
div.DivClassName
{
background-color: #9F000A;
}
.BgClassName
{
background-color: #9F000A;
}
</style>
border-color css
<style>
span { border-color: #9F000A; }
span { border-color: rgb(159,0,10); }
td.TdClassName
{
border-color: #9F000A;
}
.TagClassName
{
border-color: #9F000A;
}
</style>