Shades of Sangria #8E010F
Tints of Sangria #8E010F
RGB
CMYK
RGB Variations
Color information
#8E010F (or 0x8E010F) is known color: Sangria. HEX triplet: 8E, 01 and 0F. RGB value is (142,1,15). Sum of RGB (Red+Green+Blue) = 142+1+15=158 (20% of max value = 765). Red value is 142 (55.86% from 255 or 89.87% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 142 - color contains mainly: red. Hex color #8E010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E010F is #71FEF0. Grayscale: #2C2C2C. Windows color (decimal): -7470833 or 983438. OLE color: 983438.
HSL color Cylindrical-coordinate representation of color #8E010F: hue angle of 354.04º 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 #8E010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.44 |
| HSL | 354.04º | 0.99% | 0.28% | - |
| HSV(B) | 354.04º | 0.99% | 0.56% | - |
| XYZ | 11.25 | 5.81 | 0.98 | - |
| YUV | 44.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 15 | 0 | 0.99 | 0.89 | 0.44 | 354.04 | 0.99 | 0.28 |
| Hex | 8E | 1 | F | 0 | 63 | 59 | 2C | 162 | 63 | 1C |
| Octal | 216 | 1 | 17 | 0 | 143 | 131 | 54 | 542 | 143 | 34 |
| Binary | 10001110 | 1 | 1111 | 0 | 1100011 | 1011001 | 101100 | 101100010 | 1100011 | 11100 |
Color Harmonies of #8E010F
Complementary color
Monochromatic Colors of #8E010F
Black with #8E010F
Text Example
Text Example
White with #8E010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E010F; }
p { color: rgb(142,1,15); }
H1.HeaderClassName
{
color: #8E010F;
}
.AnyTagClassName
{
color: #8E010F;
}
</style>
background-color css
<style>
a { background-color: #8E010F; }
a { background-color: rgb(142,1,15); }
div.DivClassName
{
background-color: #8E010F;
}
.BgClassName
{
background-color: #8E010F;
}
</style>
border-color css
<style>
span { border-color: #8E010F; }
span { border-color: rgb(142,1,15); }
td.TdClassName
{
border-color: #8E010F;
}
.TagClassName
{
border-color: #8E010F;
}
</style>