Shades of Sangria #8F0C0E
Tints of Sangria #8F0C0E
RGB
CMYK
RGB Variations
Color information
#8F0C0E (or 0x8F0C0E) is known color: Sangria. HEX triplet: 8F, 0C and 0E. RGB value is (143,12,14). Sum of RGB (Red+Green+Blue) = 143+12+14=169 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.62% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0C0E is #70F3F1. Grayscale: #333333. Windows color (decimal): -7402482 or 920719. OLE color: 920719.
HSL color Cylindrical-coordinate representation of color #8F0C0E: hue angle of 359.08º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C0E is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 14 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.44 |
| HSL | 359.08º | 0.85% | 0.3% | - |
| HSV(B) | 359.08º | 0.92% | 0.56% | - |
| XYZ | 11.54 | 6.13 | 0.99 | - |
| YUV | 51.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 14 | 0 | 0.92 | 0.90 | 0.44 | 359.08 | 0.85 | 0.3 |
| Hex | 8F | C | E | 0 | 5C | 5A | 2C | 167 | 55 | 1E |
| Octal | 217 | 14 | 16 | 0 | 134 | 132 | 54 | 547 | 125 | 36 |
| Binary | 10001111 | 1100 | 1110 | 0 | 1011100 | 1011010 | 101100 | 101100111 | 1010101 | 11110 |
Color Harmonies of #8F0C0E
Complementary color
Monochromatic Colors of #8F0C0E
Black with #8F0C0E
Text Example
Text Example
White with #8F0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C0E; }
p { color: rgb(143,12,14); }
H1.HeaderClassName
{
color: #8F0C0E;
}
.AnyTagClassName
{
color: #8F0C0E;
}
</style>
background-color css
<style>
a { background-color: #8F0C0E; }
a { background-color: rgb(143,12,14); }
div.DivClassName
{
background-color: #8F0C0E;
}
.BgClassName
{
background-color: #8F0C0E;
}
</style>
border-color css
<style>
span { border-color: #8F0C0E; }
span { border-color: rgb(143,12,14); }
td.TdClassName
{
border-color: #8F0C0E;
}
.TagClassName
{
border-color: #8F0C0E;
}
</style>