Shades of Sangria #980711
Tints of Sangria #980711
RGB
CMYK
RGB Variations
Color information
#980711 (or 0x980711) is known color: Sangria. HEX triplet: 98, 07 and 11. RGB value is (152,7,17). Sum of RGB (Red+Green+Blue) = 152+7+17=176 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.36% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 152 - color contains mainly: red. Hex color #980711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980711 is #67F8EE. Grayscale: #333333. Windows color (decimal): -6813935 or 1116056. OLE color: 1116056.
HSL color Cylindrical-coordinate representation of color #980711: hue angle of 355.86º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980711 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 17 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.40 |
| HSL | 355.86º | 0.91% | 0.31% | - |
| HSV(B) | 355.86º | 0.95% | 0.6% | - |
| XYZ | 13.13 | 6.87 | 1.16 | - |
| YUV | 51.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 17 | 0 | 0.95 | 0.89 | 0.40 | 355.86 | 0.91 | 0.31 |
| Hex | 98 | 7 | 11 | 0 | 5F | 59 | 28 | 164 | 5B | 1F |
| Octal | 230 | 7 | 21 | 0 | 137 | 131 | 50 | 544 | 133 | 37 |
| Binary | 10011000 | 111 | 10001 | 0 | 1011111 | 1011001 | 101000 | 101100100 | 1011011 | 11111 |
Color Harmonies of #980711
Complementary color
Monochromatic Colors of #980711
Black with #980711
Text Example
Text Example
White with #980711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980711; }
p { color: rgb(152,7,17); }
H1.HeaderClassName
{
color: #980711;
}
.AnyTagClassName
{
color: #980711;
}
</style>
background-color css
<style>
a { background-color: #980711; }
a { background-color: rgb(152,7,17); }
div.DivClassName
{
background-color: #980711;
}
.BgClassName
{
background-color: #980711;
}
</style>
border-color css
<style>
span { border-color: #980711; }
span { border-color: rgb(152,7,17); }
td.TdClassName
{
border-color: #980711;
}
.TagClassName
{
border-color: #980711;
}
</style>