Shades of Sangria #980109
Tints of Sangria #980109
RGB
CMYK
RGB Variations
Color information
#980109 (or 0x980109) is known color: Sangria. HEX triplet: 98, 01 and 09. RGB value is (152,1,9). Sum of RGB (Red+Green+Blue) = 152+1+9=162 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.83% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 152 - color contains mainly: red. Hex color #980109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980109 is #67FEF6. Grayscale: #2F2F2F. Windows color (decimal): -6815479 or 590232. OLE color: 590232.
HSL color Cylindrical-coordinate representation of color #980109: hue angle of 356.82º 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 #980109 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.40 |
| HSL | 356.82º | 0.99% | 0.3% | - |
| HSV(B) | 356.82º | 0.99% | 0.6% | - |
| XYZ | 13.01 | 6.72 | 0.87 | - |
| YUV | 47.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 9 | 0 | 0.99 | 0.94 | 0.40 | 356.82 | 0.99 | 0.3 |
| Hex | 98 | 1 | 9 | 0 | 63 | 5E | 28 | 165 | 63 | 1E |
| Octal | 230 | 1 | 11 | 0 | 143 | 136 | 50 | 545 | 143 | 36 |
| Binary | 10011000 | 1 | 1001 | 0 | 1100011 | 1011110 | 101000 | 101100101 | 1100011 | 11110 |
Color Harmonies of #980109
Complementary color
Monochromatic Colors of #980109
Black with #980109
Text Example
Text Example
White with #980109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980109; }
p { color: rgb(152,1,9); }
H1.HeaderClassName
{
color: #980109;
}
.AnyTagClassName
{
color: #980109;
}
</style>
background-color css
<style>
a { background-color: #980109; }
a { background-color: rgb(152,1,9); }
div.DivClassName
{
background-color: #980109;
}
.BgClassName
{
background-color: #980109;
}
</style>
border-color css
<style>
span { border-color: #980109; }
span { border-color: rgb(152,1,9); }
td.TdClassName
{
border-color: #980109;
}
.TagClassName
{
border-color: #980109;
}
</style>