Shades of Sangria #8F0F14
Tints of Sangria #8F0F14
RGB
CMYK
RGB Variations
Color information
#8F0F14 (or 0x8F0F14) is known color: Sangria. HEX triplet: 8F, 0F and 14. RGB value is (143,15,20). Sum of RGB (Red+Green+Blue) = 143+15+20=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0F14 is #70F0EB. Grayscale: #353535. Windows color (decimal): -7401708 or 1314703. OLE color: 1314703.
HSL color Cylindrical-coordinate representation of color #8F0F14: hue angle of 357.66º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F14 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 20 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.44 |
| HSL | 357.66º | 0.81% | 0.31% | - |
| HSV(B) | 357.66º | 0.9% | 0.56% | - |
| XYZ | 11.62 | 6.23 | 1.25 | - |
| YUV | 53.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 20 | 0 | 0.90 | 0.86 | 0.44 | 357.66 | 0.81 | 0.31 |
| Hex | 8F | F | 14 | 0 | 5A | 56 | 2C | 166 | 51 | 1F |
| Octal | 217 | 17 | 24 | 0 | 132 | 126 | 54 | 546 | 121 | 37 |
| Binary | 10001111 | 1111 | 10100 | 0 | 1011010 | 1010110 | 101100 | 101100110 | 1010001 | 11111 |
Color Harmonies of #8F0F14
Complementary color
Monochromatic Colors of #8F0F14
Black with #8F0F14
Text Example
Text Example
White with #8F0F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F14; }
p { color: rgb(143,15,20); }
H1.HeaderClassName
{
color: #8F0F14;
}
.AnyTagClassName
{
color: #8F0F14;
}
</style>
background-color css
<style>
a { background-color: #8F0F14; }
a { background-color: rgb(143,15,20); }
div.DivClassName
{
background-color: #8F0F14;
}
.BgClassName
{
background-color: #8F0F14;
}
</style>
border-color css
<style>
span { border-color: #8F0F14; }
span { border-color: rgb(143,15,20); }
td.TdClassName
{
border-color: #8F0F14;
}
.TagClassName
{
border-color: #8F0F14;
}
</style>