Shades of Sangria #980104
Tints of Sangria #980104
RGB
CMYK
RGB Variations
Color information
#980104 (or 0x980104) is known color: Sangria. HEX triplet: 98, 01 and 04. RGB value is (152,1,4). Sum of RGB (Red+Green+Blue) = 152+1+4=157 (20% of max value = 765). Red value is 152 (59.77% from 255 or 96.82% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 152 - color contains mainly: red. Hex color #980104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980104 is #67FEFB. Grayscale: #2E2E2E. Windows color (decimal): -6815484 or 262552. OLE color: 262552.
HSL color Cylindrical-coordinate representation of color #980104: hue angle of 358.81º 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 #980104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.40 |
| HSL | 358.81º | 0.99% | 0.3% | - |
| HSV(B) | 358.81º | 0.99% | 0.6% | - |
| XYZ | 12.98 | 6.71 | 0.73 | - |
| YUV | 46.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 4 | 0 | 0.99 | 0.97 | 0.40 | 358.81 | 0.99 | 0.3 |
| Hex | 98 | 1 | 4 | 0 | 63 | 61 | 28 | 167 | 63 | 1E |
| Octal | 230 | 1 | 4 | 0 | 143 | 141 | 50 | 547 | 143 | 36 |
| Binary | 10011000 | 1 | 100 | 0 | 1100011 | 1100001 | 101000 | 101100111 | 1100011 | 11110 |
Color Harmonies of #980104
Complementary color
Monochromatic Colors of #980104
Black with #980104
Text Example
Text Example
White with #980104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980104; }
p { color: rgb(152,1,4); }
H1.HeaderClassName
{
color: #980104;
}
.AnyTagClassName
{
color: #980104;
}
</style>
background-color css
<style>
a { background-color: #980104; }
a { background-color: rgb(152,1,4); }
div.DivClassName
{
background-color: #980104;
}
.BgClassName
{
background-color: #980104;
}
</style>
border-color css
<style>
span { border-color: #980104; }
span { border-color: rgb(152,1,4); }
td.TdClassName
{
border-color: #980104;
}
.TagClassName
{
border-color: #980104;
}
</style>