Shades of Sangria #980106
Tints of Sangria #980106
RGB
CMYK
RGB Variations
Color information
#980106 (or 0x980106) is known color: Sangria. HEX triplet: 98, 01 and 06. RGB value is (152,1,6). Sum of RGB (Red+Green+Blue) = 152+1+6=159 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95.60% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 152 - color contains mainly: red. Hex color #980106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980106 is #67FEF9. Grayscale: #2E2E2E. Windows color (decimal): -6815482 or 393624. OLE color: 393624.
HSL color Cylindrical-coordinate representation of color #980106: hue angle of 358.01º 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 #980106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.40 |
| HSL | 358.01º | 0.99% | 0.3% | - |
| HSV(B) | 358.01º | 0.99% | 0.6% | - |
| XYZ | 12.99 | 6.71 | 0.78 | - |
| YUV | 46.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 6 | 0 | 0.99 | 0.96 | 0.40 | 358.01 | 0.99 | 0.3 |
| Hex | 98 | 1 | 6 | 0 | 63 | 60 | 28 | 166 | 63 | 1E |
| Octal | 230 | 1 | 6 | 0 | 143 | 140 | 50 | 546 | 143 | 36 |
| Binary | 10011000 | 1 | 110 | 0 | 1100011 | 1100000 | 101000 | 101100110 | 1100011 | 11110 |
Color Harmonies of #980106
Complementary color
Monochromatic Colors of #980106
Black with #980106
Text Example
Text Example
White with #980106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980106; }
p { color: rgb(152,1,6); }
H1.HeaderClassName
{
color: #980106;
}
.AnyTagClassName
{
color: #980106;
}
</style>
background-color css
<style>
a { background-color: #980106; }
a { background-color: rgb(152,1,6); }
div.DivClassName
{
background-color: #980106;
}
.BgClassName
{
background-color: #980106;
}
</style>
border-color css
<style>
span { border-color: #980106; }
span { border-color: rgb(152,1,6); }
td.TdClassName
{
border-color: #980106;
}
.TagClassName
{
border-color: #980106;
}
</style>