Shades of Sangria #980110
Tints of Sangria #980110
RGB
CMYK
RGB Variations
Color information
#980110 (or 0x980110) is known color: Sangria. HEX triplet: 98, 01 and 10. RGB value is (152,1,16). Sum of RGB (Red+Green+Blue) = 152+1+16=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #980110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980110 is #67FEEF. Grayscale: #2F2F2F. Windows color (decimal): -6815472 or 1048984. OLE color: 1048984.
HSL color Cylindrical-coordinate representation of color #980110: hue angle of 354.04º 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 #980110 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.40 |
| HSL | 354.04º | 0.99% | 0.3% | - |
| HSV(B) | 354.04º | 0.99% | 0.6% | - |
| XYZ | 13.05 | 6.73 | 1.1 | - |
| YUV | 47.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 16 | 0 | 0.99 | 0.89 | 0.40 | 354.04 | 0.99 | 0.3 |
| Hex | 98 | 1 | 10 | 0 | 63 | 59 | 28 | 162 | 63 | 1E |
| Octal | 230 | 1 | 20 | 0 | 143 | 131 | 50 | 542 | 143 | 36 |
| Binary | 10011000 | 1 | 10000 | 0 | 1100011 | 1011001 | 101000 | 101100010 | 1100011 | 11110 |
Color Harmonies of #980110
Complementary color
Monochromatic Colors of #980110
Black with #980110
Text Example
Text Example
White with #980110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980110; }
p { color: rgb(152,1,16); }
H1.HeaderClassName
{
color: #980110;
}
.AnyTagClassName
{
color: #980110;
}
</style>
background-color css
<style>
a { background-color: #980110; }
a { background-color: rgb(152,1,16); }
div.DivClassName
{
background-color: #980110;
}
.BgClassName
{
background-color: #980110;
}
</style>
border-color css
<style>
span { border-color: #980110; }
span { border-color: rgb(152,1,16); }
td.TdClassName
{
border-color: #980110;
}
.TagClassName
{
border-color: #980110;
}
</style>