Shades of Sangria #8E010C
Tints of Sangria #8E010C
RGB
CMYK
RGB Variations
Color information
#8E010C (or 0x8E010C) is known color: Sangria. HEX triplet: 8E, 01 and 0C. RGB value is (142,1,12). Sum of RGB (Red+Green+Blue) = 142+1+12=155 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.61% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 142 - color contains mainly: red. Hex color #8E010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E010C is #71FEF3. Grayscale: #2C2C2C. Windows color (decimal): -7470836 or 786830. OLE color: 786830.
HSL color Cylindrical-coordinate representation of color #8E010C: hue angle of 355.32º 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 #8E010C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.44 |
| HSL | 355.32º | 0.99% | 0.28% | - |
| HSV(B) | 355.32º | 0.99% | 0.56% | - |
| XYZ | 11.23 | 5.8 | 0.88 | - |
| YUV | 44.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 12 | 0 | 0.99 | 0.92 | 0.44 | 355.32 | 0.99 | 0.28 |
| Hex | 8E | 1 | C | 0 | 63 | 5C | 2C | 163 | 63 | 1C |
| Octal | 216 | 1 | 14 | 0 | 143 | 134 | 54 | 543 | 143 | 34 |
| Binary | 10001110 | 1 | 1100 | 0 | 1100011 | 1011100 | 101100 | 101100011 | 1100011 | 11100 |
Color Harmonies of #8E010C
Complementary color
Monochromatic Colors of #8E010C
Black with #8E010C
Text Example
Text Example
White with #8E010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E010C; }
p { color: rgb(142,1,12); }
H1.HeaderClassName
{
color: #8E010C;
}
.AnyTagClassName
{
color: #8E010C;
}
</style>
background-color css
<style>
a { background-color: #8E010C; }
a { background-color: rgb(142,1,12); }
div.DivClassName
{
background-color: #8E010C;
}
.BgClassName
{
background-color: #8E010C;
}
</style>
border-color css
<style>
span { border-color: #8E010C; }
span { border-color: rgb(142,1,12); }
td.TdClassName
{
border-color: #8E010C;
}
.TagClassName
{
border-color: #8E010C;
}
</style>