Shades of Sangria #980206
Tints of Sangria #980206
RGB
CMYK
RGB Variations
Color information
#980206 (or 0x980206) is known color: Sangria. HEX triplet: 98, 02 and 06. RGB value is (152,2,6). Sum of RGB (Red+Green+Blue) = 152+2+6=160 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 152 - color contains mainly: red. Hex color #980206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980206 is #67FDF9. Grayscale: #2F2F2F. Windows color (decimal): -6815226 or 393880. OLE color: 393880.
HSL color Cylindrical-coordinate representation of color #980206: hue angle of 358.4º 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 #980206 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.40 |
| HSL | 358.4º | 0.97% | 0.3% | - |
| HSV(B) | 358.4º | 0.99% | 0.6% | - |
| XYZ | 13 | 6.73 | 0.79 | - |
| YUV | 47.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 6 | 0 | 0.99 | 0.96 | 0.40 | 358.4 | 0.97 | 0.3 |
| Hex | 98 | 2 | 6 | 0 | 63 | 60 | 28 | 166 | 61 | 1E |
| Octal | 230 | 2 | 6 | 0 | 143 | 140 | 50 | 546 | 141 | 36 |
| Binary | 10011000 | 10 | 110 | 0 | 1100011 | 1100000 | 101000 | 101100110 | 1100001 | 11110 |
Color Harmonies of #980206
Complementary color
Monochromatic Colors of #980206
Black with #980206
Text Example
Text Example
White with #980206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980206; }
p { color: rgb(152,2,6); }
H1.HeaderClassName
{
color: #980206;
}
.AnyTagClassName
{
color: #980206;
}
</style>
background-color css
<style>
a { background-color: #980206; }
a { background-color: rgb(152,2,6); }
div.DivClassName
{
background-color: #980206;
}
.BgClassName
{
background-color: #980206;
}
</style>
border-color css
<style>
span { border-color: #980206; }
span { border-color: rgb(152,2,6); }
td.TdClassName
{
border-color: #980206;
}
.TagClassName
{
border-color: #980206;
}
</style>