Shades of Sangria #980203
Tints of Sangria #980203
RGB
CMYK
RGB Variations
Color information
#980203 (or 0x980203) is known color: Sangria. HEX triplet: 98, 02 and 03. RGB value is (152,2,3). Sum of RGB (Red+Green+Blue) = 152+2+3=157 (20% of max value = 765). Red value is 152 (59.77% from 255 or 96.82% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 152 - color contains mainly: red. Hex color #980203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980203 is #67FDFC. Grayscale: #2F2F2F. Windows color (decimal): -6815229 or 197272. OLE color: 197272.
HSL color Cylindrical-coordinate representation of color #980203: hue angle of 359.6º 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 #980203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.40 |
| HSL | 359.6º | 0.97% | 0.3% | - |
| HSV(B) | 359.6º | 0.99% | 0.6% | - |
| XYZ | 12.99 | 6.73 | 0.7 | - |
| YUV | 46.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 3 | 0 | 0.99 | 0.98 | 0.40 | 359.6 | 0.97 | 0.3 |
| Hex | 98 | 2 | 3 | 0 | 63 | 62 | 28 | 168 | 61 | 1E |
| Octal | 230 | 2 | 3 | 0 | 143 | 142 | 50 | 550 | 141 | 36 |
| Binary | 10011000 | 10 | 11 | 0 | 1100011 | 1100010 | 101000 | 101101000 | 1100001 | 11110 |
Color Harmonies of #980203
Complementary color
Monochromatic Colors of #980203
Black with #980203
Text Example
Text Example
White with #980203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980203; }
p { color: rgb(152,2,3); }
H1.HeaderClassName
{
color: #980203;
}
.AnyTagClassName
{
color: #980203;
}
</style>
background-color css
<style>
a { background-color: #980203; }
a { background-color: rgb(152,2,3); }
div.DivClassName
{
background-color: #980203;
}
.BgClassName
{
background-color: #980203;
}
</style>
border-color css
<style>
span { border-color: #980203; }
span { border-color: rgb(152,2,3); }
td.TdClassName
{
border-color: #980203;
}
.TagClassName
{
border-color: #980203;
}
</style>