Shades of Sangria #8F1617
Tints of Sangria #8F1617
RGB
CMYK
RGB Variations
Color information
#8F1617 (or 0x8F1617) is known color: Sangria. HEX triplet: 8F, 16 and 17. RGB value is (143,22,23). Sum of RGB (Red+Green+Blue) = 143+22+23=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1617 is #70E9E8. Grayscale: #3A3A3A. Windows color (decimal): -7399913 or 1513103. OLE color: 1513103.
HSL color Cylindrical-coordinate representation of color #8F1617: hue angle of 359.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1617 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 23 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.44 |
| HSL | 359.5º | 0.73% | 0.32% | - |
| HSV(B) | 359.5º | 0.85% | 0.56% | - |
| XYZ | 11.77 | 6.48 | 1.44 | - |
| YUV | 58.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 23 | 0 | 0.85 | 0.84 | 0.44 | 359.5 | 0.73 | 0.32 |
| Hex | 8F | 16 | 17 | 0 | 55 | 54 | 2C | 168 | 49 | 20 |
| Octal | 217 | 26 | 27 | 0 | 125 | 124 | 54 | 550 | 111 | 40 |
| Binary | 10001111 | 10110 | 10111 | 0 | 1010101 | 1010100 | 101100 | 101101000 | 1001001 | 100000 |
Color Harmonies of #8F1617
Complementary color
Monochromatic Colors of #8F1617
Black with #8F1617
Text Example
Text Example
White with #8F1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1617; }
p { color: rgb(143,22,23); }
H1.HeaderClassName
{
color: #8F1617;
}
.AnyTagClassName
{
color: #8F1617;
}
</style>
background-color css
<style>
a { background-color: #8F1617; }
a { background-color: rgb(143,22,23); }
div.DivClassName
{
background-color: #8F1617;
}
.BgClassName
{
background-color: #8F1617;
}
</style>
border-color css
<style>
span { border-color: #8F1617; }
span { border-color: rgb(143,22,23); }
td.TdClassName
{
border-color: #8F1617;
}
.TagClassName
{
border-color: #8F1617;
}
</style>