Shades of Sangria #8D020B
Tints of Sangria #8D020B
RGB
CMYK
RGB Variations
Color information
#8D020B (or 0x8D020B) is known color: Sangria. HEX triplet: 8D, 02 and 0B. RGB value is (141,2,11). Sum of RGB (Red+Green+Blue) = 141+2+11=154 (20% of max value = 765). Red value is 141 (55.47% from 255 or 91.56% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 141 - color contains mainly: red. Hex color #8D020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D020B is #72FDF4. Grayscale: #2C2C2C. Windows color (decimal): -7536117 or 721549. OLE color: 721549.
HSL color Cylindrical-coordinate representation of color #8D020B: hue angle of 356.12º degrees, saturation: 0.97, 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 #8D020B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.45 |
| HSL | 356.12º | 0.97% | 0.28% | - |
| HSV(B) | 356.12º | 0.99% | 0.55% | - |
| XYZ | 11.07 | 5.73 | 0.84 | - |
| YUV | 44.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 11 | 0 | 0.99 | 0.92 | 0.45 | 356.12 | 0.97 | 0.28 |
| Hex | 8D | 2 | B | 0 | 63 | 5C | 2D | 164 | 61 | 1C |
| Octal | 215 | 2 | 13 | 0 | 143 | 134 | 55 | 544 | 141 | 34 |
| Binary | 10001101 | 10 | 1011 | 0 | 1100011 | 1011100 | 101101 | 101100100 | 1100001 | 11100 |
Color Harmonies of #8D020B
Complementary color
Monochromatic Colors of #8D020B
Black with #8D020B
Text Example
Text Example
White with #8D020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D020B; }
p { color: rgb(141,2,11); }
H1.HeaderClassName
{
color: #8D020B;
}
.AnyTagClassName
{
color: #8D020B;
}
</style>
background-color css
<style>
a { background-color: #8D020B; }
a { background-color: rgb(141,2,11); }
div.DivClassName
{
background-color: #8D020B;
}
.BgClassName
{
background-color: #8D020B;
}
</style>
border-color css
<style>
span { border-color: #8D020B; }
span { border-color: rgb(141,2,11); }
td.TdClassName
{
border-color: #8D020B;
}
.TagClassName
{
border-color: #8D020B;
}
</style>