Shades of Sangria #8F0311
Tints of Sangria #8F0311
RGB
CMYK
RGB Variations
Color information
#8F0311 (or 0x8F0311) is known color: Sangria. HEX triplet: 8F, 03 and 11. RGB value is (143,3,17). Sum of RGB (Red+Green+Blue) = 143+3+17=163 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.73% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0311 is #70FCEE. Grayscale: #2E2E2E. Windows color (decimal): -7404783 or 1115023. OLE color: 1115023.
HSL color Cylindrical-coordinate representation of color #8F0311: hue angle of 354º 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 #8F0311 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 17 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.44 |
| HSL | 354º | 0.96% | 0.29% | - |
| HSV(B) | 354º | 0.98% | 0.56% | - |
| XYZ | 11.46 | 5.95 | 1.07 | - |
| YUV | 46.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 17 | 0 | 0.98 | 0.88 | 0.44 | 354 | 0.96 | 0.29 |
| Hex | 8F | 3 | 11 | 0 | 62 | 58 | 2C | 162 | 60 | 1D |
| Octal | 217 | 3 | 21 | 0 | 142 | 130 | 54 | 542 | 140 | 35 |
| Binary | 10001111 | 11 | 10001 | 0 | 1100010 | 1011000 | 101100 | 101100010 | 1100000 | 11101 |
Color Harmonies of #8F0311
Complementary color
Monochromatic Colors of #8F0311
Black with #8F0311
Text Example
Text Example
White with #8F0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0311; }
p { color: rgb(143,3,17); }
H1.HeaderClassName
{
color: #8F0311;
}
.AnyTagClassName
{
color: #8F0311;
}
</style>
background-color css
<style>
a { background-color: #8F0311; }
a { background-color: rgb(143,3,17); }
div.DivClassName
{
background-color: #8F0311;
}
.BgClassName
{
background-color: #8F0311;
}
</style>
border-color css
<style>
span { border-color: #8F0311; }
span { border-color: rgb(143,3,17); }
td.TdClassName
{
border-color: #8F0311;
}
.TagClassName
{
border-color: #8F0311;
}
</style>