Shades of Sangria #9F010E
Tints of Sangria #9F010E
RGB
CMYK
RGB Variations
Color information
#9F010E (or 0x9F010E) is known color: Sangria. HEX triplet: 9F, 01 and 0E. RGB value is (159,1,14). Sum of RGB (Red+Green+Blue) = 159+1+14=174 (23% of max value = 765). Red value is 159 (62.5% from 255 or 91.38% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 159 - color contains mainly: red. Hex color #9F010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F010E is #60FEF1. Grayscale: #313131. Windows color (decimal): -6356722 or 917919. OLE color: 917919.
HSL color Cylindrical-coordinate representation of color #9F010E: hue angle of 355.06º 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 #9F010E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.38 |
| HSL | 355.06º | 0.99% | 0.31% | - |
| HSV(B) | 355.06º | 0.99% | 0.62% | - |
| XYZ | 14.39 | 7.42 | 1.09 | - |
| YUV | 49.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 14 | 0 | 0.99 | 0.91 | 0.38 | 355.06 | 0.99 | 0.31 |
| Hex | 9F | 1 | E | 0 | 63 | 5B | 26 | 163 | 63 | 1F |
| Octal | 237 | 1 | 16 | 0 | 143 | 133 | 46 | 543 | 143 | 37 |
| Binary | 10011111 | 1 | 1110 | 0 | 1100011 | 1011011 | 100110 | 101100011 | 1100011 | 11111 |
Color Harmonies of #9F010E
Complementary color
Monochromatic Colors of #9F010E
Black with #9F010E
Text Example
Text Example
White with #9F010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F010E; }
p { color: rgb(159,1,14); }
H1.HeaderClassName
{
color: #9F010E;
}
.AnyTagClassName
{
color: #9F010E;
}
</style>
background-color css
<style>
a { background-color: #9F010E; }
a { background-color: rgb(159,1,14); }
div.DivClassName
{
background-color: #9F010E;
}
.BgClassName
{
background-color: #9F010E;
}
</style>
border-color css
<style>
span { border-color: #9F010E; }
span { border-color: rgb(159,1,14); }
td.TdClassName
{
border-color: #9F010E;
}
.TagClassName
{
border-color: #9F010E;
}
</style>