Shades of Sangria #98090D
Tints of Sangria #98090D
RGB
CMYK
RGB Variations
Color information
#98090D (or 0x98090D) is known color: Sangria. HEX triplet: 98, 09 and 0D. RGB value is (152,9,13). Sum of RGB (Red+Green+Blue) = 152+9+13=174 (23% of max value = 765). Red value is 152 (59.77% from 255 or 87.36% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 152 - color contains mainly: red. Hex color #98090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98090D is #67F6F2. Grayscale: #343434. Windows color (decimal): -6813427 or 854424. OLE color: 854424.
HSL color Cylindrical-coordinate representation of color #98090D: hue angle of 358.32º 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 #98090D is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 13 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.40 |
| HSL | 358.32º | 0.89% | 0.32% | - |
| HSV(B) | 358.32º | 0.94% | 0.6% | - |
| XYZ | 13.12 | 6.9 | 1.02 | - |
| YUV | 52.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 13 | 0 | 0.94 | 0.91 | 0.40 | 358.32 | 0.89 | 0.32 |
| Hex | 98 | 9 | D | 0 | 5E | 5B | 28 | 166 | 59 | 20 |
| Octal | 230 | 11 | 15 | 0 | 136 | 133 | 50 | 546 | 131 | 40 |
| Binary | 10011000 | 1001 | 1101 | 0 | 1011110 | 1011011 | 101000 | 101100110 | 1011001 | 100000 |
Color Harmonies of #98090D
Complementary color
Monochromatic Colors of #98090D
Black with #98090D
Text Example
Text Example
White with #98090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98090D; }
p { color: rgb(152,9,13); }
H1.HeaderClassName
{
color: #98090D;
}
.AnyTagClassName
{
color: #98090D;
}
</style>
background-color css
<style>
a { background-color: #98090D; }
a { background-color: rgb(152,9,13); }
div.DivClassName
{
background-color: #98090D;
}
.BgClassName
{
background-color: #98090D;
}
</style>
border-color css
<style>
span { border-color: #98090D; }
span { border-color: rgb(152,9,13); }
td.TdClassName
{
border-color: #98090D;
}
.TagClassName
{
border-color: #98090D;
}
</style>