Shades of Sangria #8D060A
Tints of Sangria #8D060A
RGB
CMYK
RGB Variations
Color information
#8D060A (or 0x8D060A) is known color: Sangria. HEX triplet: 8D, 06 and 0A. RGB value is (141,6,10). Sum of RGB (Red+Green+Blue) = 141+6+10=157 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.81% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 141 - color contains mainly: red. Hex color #8D060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D060A is #72F9F5. Grayscale: #2E2E2E. Windows color (decimal): -7535094 or 657037. OLE color: 657037.
HSL color Cylindrical-coordinate representation of color #8D060A: hue angle of 358.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D060A is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 10 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.45 |
| HSL | 358.22º | 0.92% | 0.29% | - |
| HSV(B) | 358.22º | 0.96% | 0.55% | - |
| XYZ | 11.1 | 5.81 | 0.82 | - |
| YUV | 46.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 10 | 0 | 0.96 | 0.93 | 0.45 | 358.22 | 0.92 | 0.29 |
| Hex | 8D | 6 | A | 0 | 60 | 5D | 2D | 166 | 5C | 1D |
| Octal | 215 | 6 | 12 | 0 | 140 | 135 | 55 | 546 | 134 | 35 |
| Binary | 10001101 | 110 | 1010 | 0 | 1100000 | 1011101 | 101101 | 101100110 | 1011100 | 11101 |
Color Harmonies of #8D060A
Complementary color
Monochromatic Colors of #8D060A
Black with #8D060A
Text Example
Text Example
White with #8D060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D060A; }
p { color: rgb(141,6,10); }
H1.HeaderClassName
{
color: #8D060A;
}
.AnyTagClassName
{
color: #8D060A;
}
</style>
background-color css
<style>
a { background-color: #8D060A; }
a { background-color: rgb(141,6,10); }
div.DivClassName
{
background-color: #8D060A;
}
.BgClassName
{
background-color: #8D060A;
}
</style>
border-color css
<style>
span { border-color: #8D060A; }
span { border-color: rgb(141,6,10); }
td.TdClassName
{
border-color: #8D060A;
}
.TagClassName
{
border-color: #8D060A;
}
</style>