Shades of Sangria #8D0513
Tints of Sangria #8D0513
RGB
CMYK
RGB Variations
Color information
#8D0513 (or 0x8D0513) is known color: Sangria. HEX triplet: 8D, 05 and 13. RGB value is (141,5,19). Sum of RGB (Red+Green+Blue) = 141+5+19=165 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.45% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0513 is #72FAEC. Grayscale: #2F2F2F. Windows color (decimal): -7535341 or 1246605. OLE color: 1246605.
HSL color Cylindrical-coordinate representation of color #8D0513: hue angle of 353.82º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0513 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 19 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.45 |
| HSL | 353.82º | 0.93% | 0.29% | - |
| HSV(B) | 353.82º | 0.96% | 0.55% | - |
| XYZ | 11.16 | 5.82 | 1.15 | - |
| YUV | 47.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 19 | 0 | 0.96 | 0.87 | 0.45 | 353.82 | 0.93 | 0.29 |
| Hex | 8D | 5 | 13 | 0 | 60 | 57 | 2D | 162 | 5D | 1D |
| Octal | 215 | 5 | 23 | 0 | 140 | 127 | 55 | 542 | 135 | 35 |
| Binary | 10001101 | 101 | 10011 | 0 | 1100000 | 1010111 | 101101 | 101100010 | 1011101 | 11101 |
Color Harmonies of #8D0513
Complementary color
Monochromatic Colors of #8D0513
Black with #8D0513
Text Example
Text Example
White with #8D0513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0513; }
p { color: rgb(141,5,19); }
H1.HeaderClassName
{
color: #8D0513;
}
.AnyTagClassName
{
color: #8D0513;
}
</style>
background-color css
<style>
a { background-color: #8D0513; }
a { background-color: rgb(141,5,19); }
div.DivClassName
{
background-color: #8D0513;
}
.BgClassName
{
background-color: #8D0513;
}
</style>
border-color css
<style>
span { border-color: #8D0513; }
span { border-color: rgb(141,5,19); }
td.TdClassName
{
border-color: #8D0513;
}
.TagClassName
{
border-color: #8D0513;
}
</style>