Shades of Sangria #980912
Tints of Sangria #980912
RGB
CMYK
RGB Variations
Color information
#980912 (or 0x980912) is known color: Sangria. HEX triplet: 98, 09 and 12. RGB value is (152,9,18). Sum of RGB (Red+Green+Blue) = 152+9+18=179 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.92% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 152 - color contains mainly: red. Hex color #980912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980912 is #67F6ED. Grayscale: #343434. Windows color (decimal): -6813422 or 1182104. OLE color: 1182104.
HSL color Cylindrical-coordinate representation of color #980912: hue angle of 356.22º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980912 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 18 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.40 |
| HSL | 356.22º | 0.89% | 0.32% | - |
| HSV(B) | 356.22º | 0.94% | 0.6% | - |
| XYZ | 13.16 | 6.91 | 1.21 | - |
| YUV | 52.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 18 | 0 | 0.94 | 0.88 | 0.40 | 356.22 | 0.89 | 0.32 |
| Hex | 98 | 9 | 12 | 0 | 5E | 58 | 28 | 164 | 59 | 20 |
| Octal | 230 | 11 | 22 | 0 | 136 | 130 | 50 | 544 | 131 | 40 |
| Binary | 10011000 | 1001 | 10010 | 0 | 1011110 | 1011000 | 101000 | 101100100 | 1011001 | 100000 |
Color Harmonies of #980912
Complementary color
Monochromatic Colors of #980912
Black with #980912
Text Example
Text Example
White with #980912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980912; }
p { color: rgb(152,9,18); }
H1.HeaderClassName
{
color: #980912;
}
.AnyTagClassName
{
color: #980912;
}
</style>
background-color css
<style>
a { background-color: #980912; }
a { background-color: rgb(152,9,18); }
div.DivClassName
{
background-color: #980912;
}
.BgClassName
{
background-color: #980912;
}
</style>
border-color css
<style>
span { border-color: #980912; }
span { border-color: rgb(152,9,18); }
td.TdClassName
{
border-color: #980912;
}
.TagClassName
{
border-color: #980912;
}
</style>