Shades of Sangria #98010D
Tints of Sangria #98010D
RGB
CMYK
RGB Variations
Color information
#98010D (or 0x98010D) is known color: Sangria. HEX triplet: 98, 01 and 0D. RGB value is (152,1,13). Sum of RGB (Red+Green+Blue) = 152+1+13=166 (21% of max value = 765). Red value is 152 (59.77% from 255 or 91.57% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 152 - color contains mainly: red. Hex color #98010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98010D is #67FEF2. Grayscale: #2F2F2F. Windows color (decimal): -6815475 or 852376. OLE color: 852376.
HSL color Cylindrical-coordinate representation of color #98010D: hue angle of 355.23º degrees, saturation: 0.99, 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 #98010D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.40 |
| HSL | 355.23º | 0.99% | 0.3% | - |
| HSV(B) | 355.23º | 0.99% | 0.6% | - |
| XYZ | 13.03 | 6.73 | 0.99 | - |
| YUV | 47.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 13 | 0 | 0.99 | 0.91 | 0.40 | 355.23 | 0.99 | 0.3 |
| Hex | 98 | 1 | D | 0 | 63 | 5B | 28 | 163 | 63 | 1E |
| Octal | 230 | 1 | 15 | 0 | 143 | 133 | 50 | 543 | 143 | 36 |
| Binary | 10011000 | 1 | 1101 | 0 | 1100011 | 1011011 | 101000 | 101100011 | 1100011 | 11110 |
Color Harmonies of #98010D
Complementary color
Monochromatic Colors of #98010D
Black with #98010D
Text Example
Text Example
White with #98010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98010D; }
p { color: rgb(152,1,13); }
H1.HeaderClassName
{
color: #98010D;
}
.AnyTagClassName
{
color: #98010D;
}
</style>
background-color css
<style>
a { background-color: #98010D; }
a { background-color: rgb(152,1,13); }
div.DivClassName
{
background-color: #98010D;
}
.BgClassName
{
background-color: #98010D;
}
</style>
border-color css
<style>
span { border-color: #98010D; }
span { border-color: rgb(152,1,13); }
td.TdClassName
{
border-color: #98010D;
}
.TagClassName
{
border-color: #98010D;
}
</style>