Shades of Sangria #8F070E
Tints of Sangria #8F070E
RGB
CMYK
RGB Variations
Color information
#8F070E (or 0x8F070E) is known color: Sangria. HEX triplet: 8F, 07 and 0E. RGB value is (143,7,14). Sum of RGB (Red+Green+Blue) = 143+7+14=164 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.20% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 143 - color contains mainly: red. Hex color #8F070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F070E is #70F8F1. Grayscale: #303030. Windows color (decimal): -7403762 or 919439. OLE color: 919439.
HSL color Cylindrical-coordinate representation of color #8F070E: hue angle of 356.91º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F070E is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 14 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.44 |
| HSL | 356.91º | 0.91% | 0.29% | - |
| HSV(B) | 356.91º | 0.95% | 0.56% | - |
| XYZ | 11.48 | 6.02 | 0.97 | - |
| YUV | 48.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 14 | 0 | 0.95 | 0.90 | 0.44 | 356.91 | 0.91 | 0.29 |
| Hex | 8F | 7 | E | 0 | 5F | 5A | 2C | 165 | 5B | 1D |
| Octal | 217 | 7 | 16 | 0 | 137 | 132 | 54 | 545 | 133 | 35 |
| Binary | 10001111 | 111 | 1110 | 0 | 1011111 | 1011010 | 101100 | 101100101 | 1011011 | 11101 |
Color Harmonies of #8F070E
Complementary color
Monochromatic Colors of #8F070E
Black with #8F070E
Text Example
Text Example
White with #8F070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F070E; }
p { color: rgb(143,7,14); }
H1.HeaderClassName
{
color: #8F070E;
}
.AnyTagClassName
{
color: #8F070E;
}
</style>
background-color css
<style>
a { background-color: #8F070E; }
a { background-color: rgb(143,7,14); }
div.DivClassName
{
background-color: #8F070E;
}
.BgClassName
{
background-color: #8F070E;
}
</style>
border-color css
<style>
span { border-color: #8F070E; }
span { border-color: rgb(143,7,14); }
td.TdClassName
{
border-color: #8F070E;
}
.TagClassName
{
border-color: #8F070E;
}
</style>