Shades of Sangria #8D0107
Tints of Sangria #8D0107
RGB
CMYK
RGB Variations
Color information
#8D0107 (or 0x8D0107) is known color: Sangria. HEX triplet: 8D, 01 and 07. RGB value is (141,1,7). Sum of RGB (Red+Green+Blue) = 141+1+7=149 (19% of max value = 765). Red value is 141 (55.47% from 255 or 94.63% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0107 is #72FEF8. Grayscale: #2B2B2B. Windows color (decimal): -7536377 or 459149. OLE color: 459149.
HSL color Cylindrical-coordinate representation of color #8D0107: hue angle of 357.43º 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 #8D0107 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.45 |
| HSL | 357.43º | 0.99% | 0.28% | - |
| HSV(B) | 357.43º | 0.99% | 0.55% | - |
| XYZ | 11.03 | 5.7 | 0.72 | - |
| YUV | 43.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 7 | 0 | 0.99 | 0.95 | 0.45 | 357.43 | 0.99 | 0.28 |
| Hex | 8D | 1 | 7 | 0 | 63 | 5F | 2D | 165 | 63 | 1C |
| Octal | 215 | 1 | 7 | 0 | 143 | 137 | 55 | 545 | 143 | 34 |
| Binary | 10001101 | 1 | 111 | 0 | 1100011 | 1011111 | 101101 | 101100101 | 1100011 | 11100 |
Color Harmonies of #8D0107
Complementary color
Monochromatic Colors of #8D0107
Black with #8D0107
Text Example
Text Example
White with #8D0107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0107; }
p { color: rgb(141,1,7); }
H1.HeaderClassName
{
color: #8D0107;
}
.AnyTagClassName
{
color: #8D0107;
}
</style>
background-color css
<style>
a { background-color: #8D0107; }
a { background-color: rgb(141,1,7); }
div.DivClassName
{
background-color: #8D0107;
}
.BgClassName
{
background-color: #8D0107;
}
</style>
border-color css
<style>
span { border-color: #8D0107; }
span { border-color: rgb(141,1,7); }
td.TdClassName
{
border-color: #8D0107;
}
.TagClassName
{
border-color: #8D0107;
}
</style>