Shades of Sangria #8F050D
Tints of Sangria #8F050D
RGB
CMYK
RGB Variations
Color information
#8F050D (or 0x8F050D) is known color: Sangria. HEX triplet: 8F, 05 and 0D. RGB value is (143,5,13). Sum of RGB (Red+Green+Blue) = 143+5+13=161 (21% of max value = 765). Red value is 143 (56.25% from 255 or 88.82% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 143 - color contains mainly: red. Hex color #8F050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F050D is #70FAF2. Grayscale: #2F2F2F. Windows color (decimal): -7404275 or 853391. OLE color: 853391.
HSL color Cylindrical-coordinate representation of color #8F050D: hue angle of 356.52º 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 #8F050D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.44 |
| HSL | 356.52º | 0.93% | 0.29% | - |
| HSV(B) | 356.52º | 0.97% | 0.56% | - |
| XYZ | 11.45 | 5.98 | 0.93 | - |
| YUV | 47.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 13 | 0 | 0.97 | 0.91 | 0.44 | 356.52 | 0.93 | 0.29 |
| Hex | 8F | 5 | D | 0 | 61 | 5B | 2C | 165 | 5D | 1D |
| Octal | 217 | 5 | 15 | 0 | 141 | 133 | 54 | 545 | 135 | 35 |
| Binary | 10001111 | 101 | 1101 | 0 | 1100001 | 1011011 | 101100 | 101100101 | 1011101 | 11101 |
Color Harmonies of #8F050D
Complementary color
Monochromatic Colors of #8F050D
Black with #8F050D
Text Example
Text Example
White with #8F050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F050D; }
p { color: rgb(143,5,13); }
H1.HeaderClassName
{
color: #8F050D;
}
.AnyTagClassName
{
color: #8F050D;
}
</style>
background-color css
<style>
a { background-color: #8F050D; }
a { background-color: rgb(143,5,13); }
div.DivClassName
{
background-color: #8F050D;
}
.BgClassName
{
background-color: #8F050D;
}
</style>
border-color css
<style>
span { border-color: #8F050D; }
span { border-color: rgb(143,5,13); }
td.TdClassName
{
border-color: #8F050D;
}
.TagClassName
{
border-color: #8F050D;
}
</style>