Shades of Sangria #98030F
Tints of Sangria #98030F
RGB
CMYK
RGB Variations
Color information
#98030F (or 0x98030F) is known color: Sangria. HEX triplet: 98, 03 and 0F. RGB value is (152,3,15). Sum of RGB (Red+Green+Blue) = 152+3+15=170 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.41% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 152 - color contains mainly: red. Hex color #98030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98030F is #67FCF0. Grayscale: #313131. Windows color (decimal): -6814961 or 983960. OLE color: 983960.
HSL color Cylindrical-coordinate representation of color #98030F: hue angle of 355.17º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98030F is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.40 |
| HSL | 355.17º | 0.96% | 0.3% | - |
| HSV(B) | 355.17º | 0.98% | 0.6% | - |
| XYZ | 13.07 | 6.78 | 1.07 | - |
| YUV | 48.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 15 | 0 | 0.98 | 0.90 | 0.40 | 355.17 | 0.96 | 0.3 |
| Hex | 98 | 3 | F | 0 | 62 | 5A | 28 | 163 | 60 | 1E |
| Octal | 230 | 3 | 17 | 0 | 142 | 132 | 50 | 543 | 140 | 36 |
| Binary | 10011000 | 11 | 1111 | 0 | 1100010 | 1011010 | 101000 | 101100011 | 1100000 | 11110 |
Color Harmonies of #98030F
Complementary color
Monochromatic Colors of #98030F
Black with #98030F
Text Example
Text Example
White with #98030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98030F; }
p { color: rgb(152,3,15); }
H1.HeaderClassName
{
color: #98030F;
}
.AnyTagClassName
{
color: #98030F;
}
</style>
background-color css
<style>
a { background-color: #98030F; }
a { background-color: rgb(152,3,15); }
div.DivClassName
{
background-color: #98030F;
}
.BgClassName
{
background-color: #98030F;
}
</style>
border-color css
<style>
span { border-color: #98030F; }
span { border-color: rgb(152,3,15); }
td.TdClassName
{
border-color: #98030F;
}
.TagClassName
{
border-color: #98030F;
}
</style>