Shades of Sangria #8F050F
Tints of Sangria #8F050F
RGB
CMYK
RGB Variations
Color information
#8F050F (or 0x8F050F) is known color: Sangria. HEX triplet: 8F, 05 and 0F. RGB value is (143,5,15). Sum of RGB (Red+Green+Blue) = 143+5+15=163 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.73% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 143 - color contains mainly: red. Hex color #8F050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F050F is #70FAF0. Grayscale: #2F2F2F. Windows color (decimal): -7404273 or 984463. OLE color: 984463.
HSL color Cylindrical-coordinate representation of color #8F050F: hue angle of 355.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F050F is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 15 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.44 |
| HSL | 355.65º | 0.93% | 0.29% | - |
| HSV(B) | 355.65º | 0.97% | 0.56% | - |
| XYZ | 11.47 | 5.98 | 1 | - |
| YUV | 47.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 15 | 0 | 0.97 | 0.90 | 0.44 | 355.65 | 0.93 | 0.29 |
| Hex | 8F | 5 | F | 0 | 61 | 5A | 2C | 164 | 5D | 1D |
| Octal | 217 | 5 | 17 | 0 | 141 | 132 | 54 | 544 | 135 | 35 |
| Binary | 10001111 | 101 | 1111 | 0 | 1100001 | 1011010 | 101100 | 101100100 | 1011101 | 11101 |
Color Harmonies of #8F050F
Complementary color
Monochromatic Colors of #8F050F
Black with #8F050F
Text Example
Text Example
White with #8F050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F050F; }
p { color: rgb(143,5,15); }
H1.HeaderClassName
{
color: #8F050F;
}
.AnyTagClassName
{
color: #8F050F;
}
</style>
background-color css
<style>
a { background-color: #8F050F; }
a { background-color: rgb(143,5,15); }
div.DivClassName
{
background-color: #8F050F;
}
.BgClassName
{
background-color: #8F050F;
}
</style>
border-color css
<style>
span { border-color: #8F050F; }
span { border-color: rgb(143,5,15); }
td.TdClassName
{
border-color: #8F050F;
}
.TagClassName
{
border-color: #8F050F;
}
</style>