Shades of Sangria #8D070A
Tints of Sangria #8D070A
RGB
CMYK
RGB Variations
Color information
#8D070A (or 0x8D070A) is known color: Sangria. HEX triplet: 8D, 07 and 0A. RGB value is (141,7,10). Sum of RGB (Red+Green+Blue) = 141+7+10=158 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.24% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 141 - color contains mainly: red. Hex color #8D070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D070A is #72F8F5. Grayscale: #2F2F2F. Windows color (decimal): -7534838 or 657293. OLE color: 657293.
HSL color Cylindrical-coordinate representation of color #8D070A: hue angle of 358.66º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D070A is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 7 | 10 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.45 |
| HSL | 358.66º | 0.91% | 0.29% | - |
| HSV(B) | 358.66º | 0.95% | 0.55% | - |
| XYZ | 11.12 | 5.84 | 0.83 | - |
| YUV | 47.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 10 | 0 | 0.95 | 0.93 | 0.45 | 358.66 | 0.91 | 0.29 |
| Hex | 8D | 7 | A | 0 | 5F | 5D | 2D | 167 | 5B | 1D |
| Octal | 215 | 7 | 12 | 0 | 137 | 135 | 55 | 547 | 133 | 35 |
| Binary | 10001101 | 111 | 1010 | 0 | 1011111 | 1011101 | 101101 | 101100111 | 1011011 | 11101 |
Color Harmonies of #8D070A
Complementary color
Monochromatic Colors of #8D070A
Black with #8D070A
Text Example
Text Example
White with #8D070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D070A; }
p { color: rgb(141,7,10); }
H1.HeaderClassName
{
color: #8D070A;
}
.AnyTagClassName
{
color: #8D070A;
}
</style>
background-color css
<style>
a { background-color: #8D070A; }
a { background-color: rgb(141,7,10); }
div.DivClassName
{
background-color: #8D070A;
}
.BgClassName
{
background-color: #8D070A;
}
</style>
border-color css
<style>
span { border-color: #8D070A; }
span { border-color: rgb(141,7,10); }
td.TdClassName
{
border-color: #8D070A;
}
.TagClassName
{
border-color: #8D070A;
}
</style>