Shades of Sangria #8F090F
Tints of Sangria #8F090F
RGB
CMYK
RGB Variations
Color information
#8F090F (or 0x8F090F) is known color: Sangria. HEX triplet: 8F, 09 and 0F. RGB value is (143,9,15). Sum of RGB (Red+Green+Blue) = 143+9+15=167 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.63% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 143 - color contains mainly: red. Hex color #8F090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F090F is #70F6F0. Grayscale: #313131. Windows color (decimal): -7403249 or 985487. OLE color: 985487.
HSL color Cylindrical-coordinate representation of color #8F090F: hue angle of 357.31º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F090F is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.44 |
| HSL | 357.31º | 0.88% | 0.3% | - |
| HSV(B) | 357.31º | 0.94% | 0.56% | - |
| XYZ | 11.51 | 6.07 | 1.02 | - |
| YUV | 49.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 15 | 0 | 0.94 | 0.90 | 0.44 | 357.31 | 0.88 | 0.3 |
| Hex | 8F | 9 | F | 0 | 5E | 5A | 2C | 165 | 58 | 1E |
| Octal | 217 | 11 | 17 | 0 | 136 | 132 | 54 | 545 | 130 | 36 |
| Binary | 10001111 | 1001 | 1111 | 0 | 1011110 | 1011010 | 101100 | 101100101 | 1011000 | 11110 |
Color Harmonies of #8F090F
Complementary color
Monochromatic Colors of #8F090F
Black with #8F090F
Text Example
Text Example
White with #8F090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F090F; }
p { color: rgb(143,9,15); }
H1.HeaderClassName
{
color: #8F090F;
}
.AnyTagClassName
{
color: #8F090F;
}
</style>
background-color css
<style>
a { background-color: #8F090F; }
a { background-color: rgb(143,9,15); }
div.DivClassName
{
background-color: #8F090F;
}
.BgClassName
{
background-color: #8F090F;
}
</style>
border-color css
<style>
span { border-color: #8F090F; }
span { border-color: rgb(143,9,15); }
td.TdClassName
{
border-color: #8F090F;
}
.TagClassName
{
border-color: #8F090F;
}
</style>