Shades of Sangria #980205
Tints of Sangria #980205
RGB
CMYK
RGB Variations
Color information
#980205 (or 0x980205) is known color: Sangria. HEX triplet: 98, 02 and 05. RGB value is (152,2,5). Sum of RGB (Red+Green+Blue) = 152+2+5=159 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95.60% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 152 - color contains mainly: red. Hex color #980205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980205 is #67FDFA. Grayscale: #2F2F2F. Windows color (decimal): -6815227 or 328344. OLE color: 328344.
HSL color Cylindrical-coordinate representation of color #980205: hue angle of 358.8º 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 #980205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.40 |
| HSL | 358.8º | 0.97% | 0.3% | - |
| HSV(B) | 358.8º | 0.99% | 0.6% | - |
| XYZ | 13 | 6.73 | 0.76 | - |
| YUV | 47.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 5 | 0 | 0.99 | 0.97 | 0.40 | 358.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | 5 | 0 | 63 | 61 | 28 | 167 | 61 | 1E |
| Octal | 230 | 2 | 5 | 0 | 143 | 141 | 50 | 547 | 141 | 36 |
| Binary | 10011000 | 10 | 101 | 0 | 1100011 | 1100001 | 101000 | 101100111 | 1100001 | 11110 |
Color Harmonies of #980205
Complementary color
Monochromatic Colors of #980205
Black with #980205
Text Example
Text Example
White with #980205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980205; }
p { color: rgb(152,2,5); }
H1.HeaderClassName
{
color: #980205;
}
.AnyTagClassName
{
color: #980205;
}
</style>
background-color css
<style>
a { background-color: #980205; }
a { background-color: rgb(152,2,5); }
div.DivClassName
{
background-color: #980205;
}
.BgClassName
{
background-color: #980205;
}
</style>
border-color css
<style>
span { border-color: #980205; }
span { border-color: rgb(152,2,5); }
td.TdClassName
{
border-color: #980205;
}
.TagClassName
{
border-color: #980205;
}
</style>