Shades of Sangria #8E0610
Tints of Sangria #8E0610
RGB
CMYK
RGB Variations
Color information
#8E0610 (or 0x8E0610) is known color: Sangria. HEX triplet: 8E, 06 and 10. RGB value is (142,6,16). Sum of RGB (Red+Green+Blue) = 142+6+16=164 (21% of max value = 765). Red value is 142 (55.86% from 255 or 86.59% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0610 is #71F9EF. Grayscale: #2F2F2F. Windows color (decimal): -7469552 or 1050254. OLE color: 1050254.
HSL color Cylindrical-coordinate representation of color #8E0610: hue angle of 355.59º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0610 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 16 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.44 |
| HSL | 355.59º | 0.92% | 0.29% | - |
| HSV(B) | 355.59º | 0.96% | 0.56% | - |
| XYZ | 11.31 | 5.92 | 1.04 | - |
| YUV | 47.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 16 | 0 | 0.96 | 0.89 | 0.44 | 355.59 | 0.92 | 0.29 |
| Hex | 8E | 6 | 10 | 0 | 60 | 59 | 2C | 164 | 5C | 1D |
| Octal | 216 | 6 | 20 | 0 | 140 | 131 | 54 | 544 | 134 | 35 |
| Binary | 10001110 | 110 | 10000 | 0 | 1100000 | 1011001 | 101100 | 101100100 | 1011100 | 11101 |
Color Harmonies of #8E0610
Complementary color
Monochromatic Colors of #8E0610
Black with #8E0610
Text Example
Text Example
White with #8E0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0610; }
p { color: rgb(142,6,16); }
H1.HeaderClassName
{
color: #8E0610;
}
.AnyTagClassName
{
color: #8E0610;
}
</style>
background-color css
<style>
a { background-color: #8E0610; }
a { background-color: rgb(142,6,16); }
div.DivClassName
{
background-color: #8E0610;
}
.BgClassName
{
background-color: #8E0610;
}
</style>
border-color css
<style>
span { border-color: #8E0610; }
span { border-color: rgb(142,6,16); }
td.TdClassName
{
border-color: #8E0610;
}
.TagClassName
{
border-color: #8E0610;
}
</style>