Shades of Sangria #8D010F
Tints of Sangria #8D010F
RGB
CMYK
RGB Variations
Color information
#8D010F (or 0x8D010F) is known color: Sangria. HEX triplet: 8D, 01 and 0F. RGB value is (141,1,15). Sum of RGB (Red+Green+Blue) = 141+1+15=157 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.81% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 141 - color contains mainly: red. Hex color #8D010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D010F is #72FEF0. Grayscale: #2C2C2C. Windows color (decimal): -7536369 or 983437. OLE color: 983437.
HSL color Cylindrical-coordinate representation of color #8D010F: hue angle of 354º 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 #8D010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.45 |
| HSL | 354º | 0.99% | 0.28% | - |
| HSV(B) | 354º | 0.99% | 0.55% | - |
| XYZ | 11.08 | 5.72 | 0.97 | - |
| YUV | 44.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 15 | 0 | 0.99 | 0.89 | 0.45 | 354 | 0.99 | 0.28 |
| Hex | 8D | 1 | F | 0 | 63 | 59 | 2D | 162 | 63 | 1C |
| Octal | 215 | 1 | 17 | 0 | 143 | 131 | 55 | 542 | 143 | 34 |
| Binary | 10001101 | 1 | 1111 | 0 | 1100011 | 1011001 | 101101 | 101100010 | 1100011 | 11100 |
Color Harmonies of #8D010F
Complementary color
Monochromatic Colors of #8D010F
Black with #8D010F
Text Example
Text Example
White with #8D010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D010F; }
p { color: rgb(141,1,15); }
H1.HeaderClassName
{
color: #8D010F;
}
.AnyTagClassName
{
color: #8D010F;
}
</style>
background-color css
<style>
a { background-color: #8D010F; }
a { background-color: rgb(141,1,15); }
div.DivClassName
{
background-color: #8D010F;
}
.BgClassName
{
background-color: #8D010F;
}
</style>
border-color css
<style>
span { border-color: #8D010F; }
span { border-color: rgb(141,1,15); }
td.TdClassName
{
border-color: #8D010F;
}
.TagClassName
{
border-color: #8D010F;
}
</style>