Shades of Sangria #990105
Tints of Sangria #990105
RGB
CMYK
RGB Variations
Color information
#990105 (or 0x990105) is known color: Sangria. HEX triplet: 99, 01 and 05. RGB value is (153,1,5). Sum of RGB (Red+Green+Blue) = 153+1+5=159 (21% of max value = 765). Red value is 153 (60.16% from 255 or 96.23% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 153 - color contains mainly: red. Hex color #990105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990105 is #66FEFA. Grayscale: #2F2F2F. Windows color (decimal): -6749947 or 328089. OLE color: 328089.
HSL color Cylindrical-coordinate representation of color #990105: hue angle of 358.42º 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 #990105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.4 |
| HSL | 358.42º | 0.99% | 0.3% | - |
| HSV(B) | 358.42º | 0.99% | 0.6% | - |
| XYZ | 13.18 | 6.8 | 0.76 | - |
| YUV | 46.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 5 | 0 | 0.99 | 0.97 | 0.4 | 358.42 | 0.99 | 0.3 |
| Hex | 99 | 1 | 5 | 0 | 63 | 61 | 28 | 166 | 63 | 1E |
| Octal | 231 | 1 | 5 | 0 | 143 | 141 | 50 | 546 | 143 | 36 |
| Binary | 10011001 | 1 | 101 | 0 | 1100011 | 1100001 | 101000 | 101100110 | 1100011 | 11110 |
Color Harmonies of #990105
Complementary color
Monochromatic Colors of #990105
Black with #990105
Text Example
Text Example
White with #990105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990105; }
p { color: rgb(153,1,5); }
H1.HeaderClassName
{
color: #990105;
}
.AnyTagClassName
{
color: #990105;
}
</style>
background-color css
<style>
a { background-color: #990105; }
a { background-color: rgb(153,1,5); }
div.DivClassName
{
background-color: #990105;
}
.BgClassName
{
background-color: #990105;
}
</style>
border-color css
<style>
span { border-color: #990105; }
span { border-color: rgb(153,1,5); }
td.TdClassName
{
border-color: #990105;
}
.TagClassName
{
border-color: #990105;
}
</style>