Shades of Sangria #8F070D
Tints of Sangria #8F070D
RGB
CMYK
RGB Variations
Color information
#8F070D (or 0x8F070D) is known color: Sangria. HEX triplet: 8F, 07 and 0D. RGB value is (143,7,13). Sum of RGB (Red+Green+Blue) = 143+7+13=163 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.73% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 143 - color contains mainly: red. Hex color #8F070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F070D is #70F8F2. Grayscale: #303030. Windows color (decimal): -7403763 or 853903. OLE color: 853903.
HSL color Cylindrical-coordinate representation of color #8F070D: hue angle of 357.35º 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 #8F070D is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 13 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.44 |
| HSL | 357.35º | 0.91% | 0.29% | - |
| HSV(B) | 357.35º | 0.95% | 0.56% | - |
| XYZ | 11.48 | 6.02 | 0.94 | - |
| YUV | 48.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 13 | 0 | 0.95 | 0.91 | 0.44 | 357.35 | 0.91 | 0.29 |
| Hex | 8F | 7 | D | 0 | 5F | 5B | 2C | 165 | 5B | 1D |
| Octal | 217 | 7 | 15 | 0 | 137 | 133 | 54 | 545 | 133 | 35 |
| Binary | 10001111 | 111 | 1101 | 0 | 1011111 | 1011011 | 101100 | 101100101 | 1011011 | 11101 |
Color Harmonies of #8F070D
Complementary color
Monochromatic Colors of #8F070D
Black with #8F070D
Text Example
Text Example
White with #8F070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F070D; }
p { color: rgb(143,7,13); }
H1.HeaderClassName
{
color: #8F070D;
}
.AnyTagClassName
{
color: #8F070D;
}
</style>
background-color css
<style>
a { background-color: #8F070D; }
a { background-color: rgb(143,7,13); }
div.DivClassName
{
background-color: #8F070D;
}
.BgClassName
{
background-color: #8F070D;
}
</style>
border-color css
<style>
span { border-color: #8F070D; }
span { border-color: rgb(143,7,13); }
td.TdClassName
{
border-color: #8F070D;
}
.TagClassName
{
border-color: #8F070D;
}
</style>