Shades of Sangria #8F010E
Tints of Sangria #8F010E
RGB
CMYK
RGB Variations
Color information
#8F010E (or 0x8F010E) is known color: Sangria. HEX triplet: 8F, 01 and 0E. RGB value is (143,1,14). Sum of RGB (Red+Green+Blue) = 143+1+14=158 (20% of max value = 765). Red value is 143 (56.25% from 255 or 90.51% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 143 - color contains mainly: red. Hex color #8F010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F010E is #70FEF1. Grayscale: #2D2D2D. Windows color (decimal): -7405298 or 917903. OLE color: 917903.
HSL color Cylindrical-coordinate representation of color #8F010E: hue angle of 354.51º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.44 |
| HSL | 354.51º | 0.99% | 0.28% | - |
| HSV(B) | 354.51º | 0.99% | 0.56% | - |
| XYZ | 11.42 | 5.89 | 0.95 | - |
| YUV | 44.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 14 | 0 | 0.99 | 0.90 | 0.44 | 354.51 | 0.99 | 0.28 |
| Hex | 8F | 1 | E | 0 | 63 | 5A | 2C | 163 | 63 | 1C |
| Octal | 217 | 1 | 16 | 0 | 143 | 132 | 54 | 543 | 143 | 34 |
| Binary | 10001111 | 1 | 1110 | 0 | 1100011 | 1011010 | 101100 | 101100011 | 1100011 | 11100 |
Color Harmonies of #8F010E
Complementary color
Monochromatic Colors of #8F010E
Black with #8F010E
Text Example
Text Example
White with #8F010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F010E; }
p { color: rgb(143,1,14); }
H1.HeaderClassName
{
color: #8F010E;
}
.AnyTagClassName
{
color: #8F010E;
}
</style>
background-color css
<style>
a { background-color: #8F010E; }
a { background-color: rgb(143,1,14); }
div.DivClassName
{
background-color: #8F010E;
}
.BgClassName
{
background-color: #8F010E;
}
</style>
border-color css
<style>
span { border-color: #8F010E; }
span { border-color: rgb(143,1,14); }
td.TdClassName
{
border-color: #8F010E;
}
.TagClassName
{
border-color: #8F010E;
}
</style>