Shades of Sangria #8F000F
Tints of Sangria #8F000F
RGB
CMYK
RGB Variations
Color information
#8F000F (or 0x8F000F) is known color: Sangria. HEX triplet: 8F, 00 and 0F. RGB value is (143,0,15). Sum of RGB (Red+Green+Blue) = 143+0+15=158 (20% of max value = 765). Red value is 143 (56.25% from 255 or 90.51% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 143 - color contains mainly: red. Hex color #8F000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F000F is #70FFF0. Grayscale: #2C2C2C. Windows color (decimal): -7405553 or 983183. OLE color: 983183.
HSL color Cylindrical-coordinate representation of color #8F000F: hue angle of 353.71º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.90 | 0.44 |
| HSL | 353.71º | 1% | 0.28% | - |
| HSV(B) | 353.71º | 1% | 0.56% | - |
| XYZ | 11.41 | 5.87 | 0.98 | - |
| YUV | 44.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 15 | 0 | 1 | 0.90 | 0.44 | 353.71 | 1 | 0.28 |
| Hex | 8F | 0 | F | 0 | 64 | 5A | 2C | 162 | 64 | 1C |
| Octal | 217 | 0 | 17 | 0 | 144 | 132 | 54 | 542 | 144 | 34 |
| Binary | 10001111 | 0 | 1111 | 0 | 1100100 | 1011010 | 101100 | 101100010 | 1100100 | 11100 |
Color Harmonies of #8F000F
Complementary color
Monochromatic Colors of #8F000F
Black with #8F000F
Text Example
Text Example
White with #8F000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F000F; }
p { color: rgb(143,0,15); }
H1.HeaderClassName
{
color: #8F000F;
}
.AnyTagClassName
{
color: #8F000F;
}
</style>
background-color css
<style>
a { background-color: #8F000F; }
a { background-color: rgb(143,0,15); }
div.DivClassName
{
background-color: #8F000F;
}
.BgClassName
{
background-color: #8F000F;
}
</style>
border-color css
<style>
span { border-color: #8F000F; }
span { border-color: rgb(143,0,15); }
td.TdClassName
{
border-color: #8F000F;
}
.TagClassName
{
border-color: #8F000F;
}
</style>