Shades of Sangria #980004
Tints of Sangria #980004
RGB
CMYK
RGB Variations
Color information
#980004 (or 0x980004) is known color: Sangria. HEX triplet: 98, 00 and 04. RGB value is (152,0,4). Sum of RGB (Red+Green+Blue) = 152+0+4=156 (20% of max value = 765). Red value is 152 (59.77% from 255 or 97.44% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 152 - color contains mainly: red. Hex color #980004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980004 is #67FFFB. Grayscale: #2E2E2E. Windows color (decimal): -6815740 or 262296. OLE color: 262296.
HSL color Cylindrical-coordinate representation of color #980004: hue angle of 358.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.40 |
| HSL | 358.42º | 1% | 0.3% | - |
| HSV(B) | 358.42º | 1% | 0.6% | - |
| XYZ | 12.97 | 6.68 | 0.72 | - |
| YUV | 45.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 4 | 0 | 1 | 0.97 | 0.40 | 358.42 | 1 | 0.3 |
| Hex | 98 | 0 | 4 | 0 | 64 | 61 | 28 | 166 | 64 | 1E |
| Octal | 230 | 0 | 4 | 0 | 144 | 141 | 50 | 546 | 144 | 36 |
| Binary | 10011000 | 0 | 100 | 0 | 1100100 | 1100001 | 101000 | 101100110 | 1100100 | 11110 |
Color Harmonies of #980004
Complementary color
Monochromatic Colors of #980004
Black with #980004
Text Example
Text Example
White with #980004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980004; }
p { color: rgb(152,0,4); }
H1.HeaderClassName
{
color: #980004;
}
.AnyTagClassName
{
color: #980004;
}
</style>
background-color css
<style>
a { background-color: #980004; }
a { background-color: rgb(152,0,4); }
div.DivClassName
{
background-color: #980004;
}
.BgClassName
{
background-color: #980004;
}
</style>
border-color css
<style>
span { border-color: #980004; }
span { border-color: rgb(152,0,4); }
td.TdClassName
{
border-color: #980004;
}
.TagClassName
{
border-color: #980004;
}
</style>