Shades of Sangria #8F0310
Tints of Sangria #8F0310
RGB
CMYK
RGB Variations
Color information
#8F0310 (or 0x8F0310) is known color: Sangria. HEX triplet: 8F, 03 and 10. RGB value is (143,3,16). Sum of RGB (Red+Green+Blue) = 143+3+16=162 (21% of max value = 765). Red value is 143 (56.25% from 255 or 88.27% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0310 is #70FCEF. Grayscale: #2E2E2E. Windows color (decimal): -7404784 or 1049487. OLE color: 1049487.
HSL color Cylindrical-coordinate representation of color #8F0310: hue angle of 354.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0310 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.44 |
| HSL | 354.43º | 0.96% | 0.29% | - |
| HSV(B) | 354.43º | 0.98% | 0.56% | - |
| XYZ | 11.45 | 5.94 | 1.03 | - |
| YUV | 46.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 16 | 0 | 0.98 | 0.89 | 0.44 | 354.43 | 0.96 | 0.29 |
| Hex | 8F | 3 | 10 | 0 | 62 | 59 | 2C | 162 | 60 | 1D |
| Octal | 217 | 3 | 20 | 0 | 142 | 131 | 54 | 542 | 140 | 35 |
| Binary | 10001111 | 11 | 10000 | 0 | 1100010 | 1011001 | 101100 | 101100010 | 1100000 | 11101 |
Color Harmonies of #8F0310
Complementary color
Monochromatic Colors of #8F0310
Black with #8F0310
Text Example
Text Example
White with #8F0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0310; }
p { color: rgb(143,3,16); }
H1.HeaderClassName
{
color: #8F0310;
}
.AnyTagClassName
{
color: #8F0310;
}
</style>
background-color css
<style>
a { background-color: #8F0310; }
a { background-color: rgb(143,3,16); }
div.DivClassName
{
background-color: #8F0310;
}
.BgClassName
{
background-color: #8F0310;
}
</style>
border-color css
<style>
span { border-color: #8F0310; }
span { border-color: rgb(143,3,16); }
td.TdClassName
{
border-color: #8F0310;
}
.TagClassName
{
border-color: #8F0310;
}
</style>