Shades of Sangria #8D010B
Tints of Sangria #8D010B
RGB
CMYK
RGB Variations
Color information
#8D010B (or 0x8D010B) is known color: Sangria. HEX triplet: 8D, 01 and 0B. RGB value is (141,1,11). Sum of RGB (Red+Green+Blue) = 141+1+11=153 (20% of max value = 765). Red value is 141 (55.47% from 255 or 92.16% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 141 - color contains mainly: red. Hex color #8D010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D010B is #72FEF4. Grayscale: #2C2C2C. Windows color (decimal): -7536373 or 721293. OLE color: 721293.
HSL color Cylindrical-coordinate representation of color #8D010B: hue angle of 355.71º 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 #8D010B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.45 |
| HSL | 355.71º | 0.99% | 0.28% | - |
| HSV(B) | 355.71º | 0.99% | 0.55% | - |
| XYZ | 11.06 | 5.71 | 0.84 | - |
| YUV | 44 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 11 | 0 | 0.99 | 0.92 | 0.45 | 355.71 | 0.99 | 0.28 |
| Hex | 8D | 1 | B | 0 | 63 | 5C | 2D | 164 | 63 | 1C |
| Octal | 215 | 1 | 13 | 0 | 143 | 134 | 55 | 544 | 143 | 34 |
| Binary | 10001101 | 1 | 1011 | 0 | 1100011 | 1011100 | 101101 | 101100100 | 1100011 | 11100 |
Color Harmonies of #8D010B
Complementary color
Monochromatic Colors of #8D010B
Black with #8D010B
Text Example
Text Example
White with #8D010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D010B; }
p { color: rgb(141,1,11); }
H1.HeaderClassName
{
color: #8D010B;
}
.AnyTagClassName
{
color: #8D010B;
}
</style>
background-color css
<style>
a { background-color: #8D010B; }
a { background-color: rgb(141,1,11); }
div.DivClassName
{
background-color: #8D010B;
}
.BgClassName
{
background-color: #8D010B;
}
</style>
border-color css
<style>
span { border-color: #8D010B; }
span { border-color: rgb(141,1,11); }
td.TdClassName
{
border-color: #8D010B;
}
.TagClassName
{
border-color: #8D010B;
}
</style>