Shades of Sangria #98090C
Tints of Sangria #98090C
RGB
CMYK
RGB Variations
Color information
#98090C (or 0x98090C) is known color: Sangria. HEX triplet: 98, 09 and 0C. RGB value is (152,9,12). Sum of RGB (Red+Green+Blue) = 152+9+12=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #98090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98090C is #67F6F3. Grayscale: #343434. Windows color (decimal): -6813428 or 788888. OLE color: 788888.
HSL color Cylindrical-coordinate representation of color #98090C: hue angle of 358.74º 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 #98090C is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 12 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.40 |
| HSL | 358.74º | 0.89% | 0.32% | - |
| HSV(B) | 358.74º | 0.94% | 0.6% | - |
| XYZ | 13.11 | 6.9 | 0.99 | - |
| YUV | 52.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 12 | 0 | 0.94 | 0.92 | 0.40 | 358.74 | 0.89 | 0.32 |
| Hex | 98 | 9 | C | 0 | 5E | 5C | 28 | 167 | 59 | 20 |
| Octal | 230 | 11 | 14 | 0 | 136 | 134 | 50 | 547 | 131 | 40 |
| Binary | 10011000 | 1001 | 1100 | 0 | 1011110 | 1011100 | 101000 | 101100111 | 1011001 | 100000 |
Color Harmonies of #98090C
Complementary color
Monochromatic Colors of #98090C
Black with #98090C
Text Example
Text Example
White with #98090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98090C; }
p { color: rgb(152,9,12); }
H1.HeaderClassName
{
color: #98090C;
}
.AnyTagClassName
{
color: #98090C;
}
</style>
background-color css
<style>
a { background-color: #98090C; }
a { background-color: rgb(152,9,12); }
div.DivClassName
{
background-color: #98090C;
}
.BgClassName
{
background-color: #98090C;
}
</style>
border-color css
<style>
span { border-color: #98090C; }
span { border-color: rgb(152,9,12); }
td.TdClassName
{
border-color: #98090C;
}
.TagClassName
{
border-color: #98090C;
}
</style>