Shades of Sangria #8F0513
Tints of Sangria #8F0513
RGB
CMYK
RGB Variations
Color information
#8F0513 (or 0x8F0513) is known color: Sangria. HEX triplet: 8F, 05 and 13. RGB value is (143,5,19). Sum of RGB (Red+Green+Blue) = 143+5+19=167 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.63% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0513 is #70FAEC. Grayscale: #2F2F2F. Windows color (decimal): -7404269 or 1246607. OLE color: 1246607.
HSL color Cylindrical-coordinate representation of color #8F0513: hue angle of 353.91º 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 #8F0513 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 19 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.44 |
| HSL | 353.91º | 0.93% | 0.29% | - |
| HSV(B) | 353.91º | 0.97% | 0.56% | - |
| XYZ | 11.5 | 6 | 1.17 | - |
| YUV | 47.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 19 | 0 | 0.97 | 0.87 | 0.44 | 353.91 | 0.93 | 0.29 |
| Hex | 8F | 5 | 13 | 0 | 61 | 57 | 2C | 162 | 5D | 1D |
| Octal | 217 | 5 | 23 | 0 | 141 | 127 | 54 | 542 | 135 | 35 |
| Binary | 10001111 | 101 | 10011 | 0 | 1100001 | 1010111 | 101100 | 101100010 | 1011101 | 11101 |
Color Harmonies of #8F0513
Complementary color
Monochromatic Colors of #8F0513
Black with #8F0513
Text Example
Text Example
White with #8F0513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0513; }
p { color: rgb(143,5,19); }
H1.HeaderClassName
{
color: #8F0513;
}
.AnyTagClassName
{
color: #8F0513;
}
</style>
background-color css
<style>
a { background-color: #8F0513; }
a { background-color: rgb(143,5,19); }
div.DivClassName
{
background-color: #8F0513;
}
.BgClassName
{
background-color: #8F0513;
}
</style>
border-color css
<style>
span { border-color: #8F0513; }
span { border-color: rgb(143,5,19); }
td.TdClassName
{
border-color: #8F0513;
}
.TagClassName
{
border-color: #8F0513;
}
</style>