Shades of Sangria #980207
Tints of Sangria #980207
RGB
CMYK
RGB Variations
Color information
#980207 (or 0x980207) is known color: Sangria. HEX triplet: 98, 02 and 07. RGB value is (152,2,7). Sum of RGB (Red+Green+Blue) = 152+2+7=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980207 is #67FDF8. Grayscale: #2F2F2F. Windows color (decimal): -6815225 or 459416. OLE color: 459416.
HSL color Cylindrical-coordinate representation of color #980207: hue angle of 358º 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 #980207 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.40 |
| HSL | 358º | 0.97% | 0.3% | - |
| HSV(B) | 358º | 0.99% | 0.6% | - |
| XYZ | 13.01 | 6.73 | 0.82 | - |
| YUV | 47.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 7 | 0 | 0.99 | 0.95 | 0.40 | 358 | 0.97 | 0.3 |
| Hex | 98 | 2 | 7 | 0 | 63 | 5F | 28 | 166 | 61 | 1E |
| Octal | 230 | 2 | 7 | 0 | 143 | 137 | 50 | 546 | 141 | 36 |
| Binary | 10011000 | 10 | 111 | 0 | 1100011 | 1011111 | 101000 | 101100110 | 1100001 | 11110 |
Color Harmonies of #980207
Complementary color
Monochromatic Colors of #980207
Black with #980207
Text Example
Text Example
White with #980207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980207; }
p { color: rgb(152,2,7); }
H1.HeaderClassName
{
color: #980207;
}
.AnyTagClassName
{
color: #980207;
}
</style>
background-color css
<style>
a { background-color: #980207; }
a { background-color: rgb(152,2,7); }
div.DivClassName
{
background-color: #980207;
}
.BgClassName
{
background-color: #980207;
}
</style>
border-color css
<style>
span { border-color: #980207; }
span { border-color: rgb(152,2,7); }
td.TdClassName
{
border-color: #980207;
}
.TagClassName
{
border-color: #980207;
}
</style>