Shades of Sangria #8D0106
Tints of Sangria #8D0106
RGB
CMYK
RGB Variations
Color information
#8D0106 (or 0x8D0106) is known color: Sangria. HEX triplet: 8D, 01 and 06. RGB value is (141,1,6). Sum of RGB (Red+Green+Blue) = 141+1+6=148 (19% of max value = 765). Red value is 141 (55.47% from 255 or 95.27% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0106 is #72FEF9. Grayscale: #2B2B2B. Windows color (decimal): -7536378 or 393613. OLE color: 393613.
HSL color Cylindrical-coordinate representation of color #8D0106: hue angle of 357.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.45 |
| HSL | 357.86º | 0.99% | 0.28% | - |
| HSV(B) | 357.86º | 0.99% | 0.55% | - |
| XYZ | 11.03 | 5.7 | 0.69 | - |
| YUV | 43.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 6 | 0 | 0.99 | 0.96 | 0.45 | 357.86 | 0.99 | 0.28 |
| Hex | 8D | 1 | 6 | 0 | 63 | 60 | 2D | 166 | 63 | 1C |
| Octal | 215 | 1 | 6 | 0 | 143 | 140 | 55 | 546 | 143 | 34 |
| Binary | 10001101 | 1 | 110 | 0 | 1100011 | 1100000 | 101101 | 101100110 | 1100011 | 11100 |
Color Harmonies of #8D0106
Complementary color
Monochromatic Colors of #8D0106
Black with #8D0106
Text Example
Text Example
White with #8D0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0106; }
p { color: rgb(141,1,6); }
H1.HeaderClassName
{
color: #8D0106;
}
.AnyTagClassName
{
color: #8D0106;
}
</style>
background-color css
<style>
a { background-color: #8D0106; }
a { background-color: rgb(141,1,6); }
div.DivClassName
{
background-color: #8D0106;
}
.BgClassName
{
background-color: #8D0106;
}
</style>
border-color css
<style>
span { border-color: #8D0106; }
span { border-color: rgb(141,1,6); }
td.TdClassName
{
border-color: #8D0106;
}
.TagClassName
{
border-color: #8D0106;
}
</style>