Shades of Sangria #990107
Tints of Sangria #990107
RGB
CMYK
RGB Variations
Color information
#990107 (or 0x990107) is known color: Sangria. HEX triplet: 99, 01 and 07. RGB value is (153,1,7). Sum of RGB (Red+Green+Blue) = 153+1+7=161 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.03% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 153 - color contains mainly: red. Hex color #990107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990107 is #66FEF8. Grayscale: #2F2F2F. Windows color (decimal): -6749945 or 459161. OLE color: 459161.
HSL color Cylindrical-coordinate representation of color #990107: hue angle of 357.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990107 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.4 |
| HSL | 357.63º | 0.99% | 0.3% | - |
| HSV(B) | 357.63º | 0.99% | 0.6% | - |
| XYZ | 13.19 | 6.81 | 0.82 | - |
| YUV | 47.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 7 | 0 | 0.99 | 0.95 | 0.4 | 357.63 | 0.99 | 0.3 |
| Hex | 99 | 1 | 7 | 0 | 63 | 5F | 28 | 166 | 63 | 1E |
| Octal | 231 | 1 | 7 | 0 | 143 | 137 | 50 | 546 | 143 | 36 |
| Binary | 10011001 | 1 | 111 | 0 | 1100011 | 1011111 | 101000 | 101100110 | 1100011 | 11110 |
Color Harmonies of #990107
Complementary color
Monochromatic Colors of #990107
Black with #990107
Text Example
Text Example
White with #990107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990107; }
p { color: rgb(153,1,7); }
H1.HeaderClassName
{
color: #990107;
}
.AnyTagClassName
{
color: #990107;
}
</style>
background-color css
<style>
a { background-color: #990107; }
a { background-color: rgb(153,1,7); }
div.DivClassName
{
background-color: #990107;
}
.BgClassName
{
background-color: #990107;
}
</style>
border-color css
<style>
span { border-color: #990107; }
span { border-color: rgb(153,1,7); }
td.TdClassName
{
border-color: #990107;
}
.TagClassName
{
border-color: #990107;
}
</style>