Shades of Sangria #8E0105
Tints of Sangria #8E0105
RGB
CMYK
RGB Variations
Color information
#8E0105 (or 0x8E0105) is known color: Sangria. HEX triplet: 8E, 01 and 05. RGB value is (142,1,5). Sum of RGB (Red+Green+Blue) = 142+1+5=148 (19% of max value = 765). Red value is 142 (55.86% from 255 or 95.95% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0105 is #71FEFA. Grayscale: #2B2B2B. Windows color (decimal): -7470843 or 328078. OLE color: 328078.
HSL color Cylindrical-coordinate representation of color #8E0105: hue angle of 358.3º 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 #8E0105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.44 |
| HSL | 358.3º | 0.99% | 0.28% | - |
| HSV(B) | 358.3º | 0.99% | 0.56% | - |
| XYZ | 11.19 | 5.78 | 0.67 | - |
| YUV | 43.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 5 | 0 | 0.99 | 0.96 | 0.44 | 358.3 | 0.99 | 0.28 |
| Hex | 8E | 1 | 5 | 0 | 63 | 60 | 2C | 166 | 63 | 1C |
| Octal | 216 | 1 | 5 | 0 | 143 | 140 | 54 | 546 | 143 | 34 |
| Binary | 10001110 | 1 | 101 | 0 | 1100011 | 1100000 | 101100 | 101100110 | 1100011 | 11100 |
Color Harmonies of #8E0105
Complementary color
Monochromatic Colors of #8E0105
Black with #8E0105
Text Example
Text Example
White with #8E0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0105; }
p { color: rgb(142,1,5); }
H1.HeaderClassName
{
color: #8E0105;
}
.AnyTagClassName
{
color: #8E0105;
}
</style>
background-color css
<style>
a { background-color: #8E0105; }
a { background-color: rgb(142,1,5); }
div.DivClassName
{
background-color: #8E0105;
}
.BgClassName
{
background-color: #8E0105;
}
</style>
border-color css
<style>
span { border-color: #8E0105; }
span { border-color: rgb(142,1,5); }
td.TdClassName
{
border-color: #8E0105;
}
.TagClassName
{
border-color: #8E0105;
}
</style>