Shades of Sangria #98020F
Tints of Sangria #98020F
RGB
CMYK
RGB Variations
Color information
#98020F (or 0x98020F) is known color: Sangria. HEX triplet: 98, 02 and 0F. RGB value is (152,2,15). Sum of RGB (Red+Green+Blue) = 152+2+15=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #98020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98020F is #67FDF0. Grayscale: #303030. Windows color (decimal): -6815217 or 983704. OLE color: 983704.
HSL color Cylindrical-coordinate representation of color #98020F: hue angle of 354.8º degrees, saturation: 0.97, 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 #98020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.40 |
| HSL | 354.8º | 0.97% | 0.3% | - |
| HSV(B) | 354.8º | 0.99% | 0.6% | - |
| XYZ | 13.06 | 6.75 | 1.07 | - |
| YUV | 48.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 15 | 0 | 0.99 | 0.90 | 0.40 | 354.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | F | 0 | 63 | 5A | 28 | 163 | 61 | 1E |
| Octal | 230 | 2 | 17 | 0 | 143 | 132 | 50 | 543 | 141 | 36 |
| Binary | 10011000 | 10 | 1111 | 0 | 1100011 | 1011010 | 101000 | 101100011 | 1100001 | 11110 |
Color Harmonies of #98020F
Complementary color
Monochromatic Colors of #98020F
Black with #98020F
Text Example
Text Example
White with #98020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98020F; }
p { color: rgb(152,2,15); }
H1.HeaderClassName
{
color: #98020F;
}
.AnyTagClassName
{
color: #98020F;
}
</style>
background-color css
<style>
a { background-color: #98020F; }
a { background-color: rgb(152,2,15); }
div.DivClassName
{
background-color: #98020F;
}
.BgClassName
{
background-color: #98020F;
}
</style>
border-color css
<style>
span { border-color: #98020F; }
span { border-color: rgb(152,2,15); }
td.TdClassName
{
border-color: #98020F;
}
.TagClassName
{
border-color: #98020F;
}
</style>