Shades of Sangria #8F000A
Tints of Sangria #8F000A
RGB
CMYK
RGB Variations
Color information
#8F000A (or 0x8F000A) is known color: Sangria. HEX triplet: 8F, 00 and 0A. RGB value is (143,0,10). Sum of RGB (Red+Green+Blue) = 143+0+10=153 (20% of max value = 765). Red value is 143 (56.25% from 255 or 93.46% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 143 - color contains mainly: red. Hex color #8F000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F000A is #70FFF5. Grayscale: #2C2C2C. Windows color (decimal): -7405558 or 655503. OLE color: 655503.
HSL color Cylindrical-coordinate representation of color #8F000A: hue angle of 355.8º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F000A is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.93 | 0.44 |
| HSL | 355.8º | 1% | 0.28% | - |
| HSV(B) | 355.8º | 1% | 0.56% | - |
| XYZ | 11.38 | 5.86 | 0.82 | - |
| YUV | 43.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 10 | 0 | 1 | 0.93 | 0.44 | 355.8 | 1 | 0.28 |
| Hex | 8F | 0 | A | 0 | 64 | 5D | 2C | 164 | 64 | 1C |
| Octal | 217 | 0 | 12 | 0 | 144 | 135 | 54 | 544 | 144 | 34 |
| Binary | 10001111 | 0 | 1010 | 0 | 1100100 | 1011101 | 101100 | 101100100 | 1100100 | 11100 |
Color Harmonies of #8F000A
Complementary color
Monochromatic Colors of #8F000A
Black with #8F000A
Text Example
Text Example
White with #8F000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F000A; }
p { color: rgb(143,0,10); }
H1.HeaderClassName
{
color: #8F000A;
}
.AnyTagClassName
{
color: #8F000A;
}
</style>
background-color css
<style>
a { background-color: #8F000A; }
a { background-color: rgb(143,0,10); }
div.DivClassName
{
background-color: #8F000A;
}
.BgClassName
{
background-color: #8F000A;
}
</style>
border-color css
<style>
span { border-color: #8F000A; }
span { border-color: rgb(143,0,10); }
td.TdClassName
{
border-color: #8F000A;
}
.TagClassName
{
border-color: #8F000A;
}
</style>