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