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