Shades of Sangria #8D0512
Tints of Sangria #8D0512
RGB
CMYK
RGB Variations
Color information
#8D0512 (or 0x8D0512) is known color: Sangria. HEX triplet: 8D, 05 and 12. RGB value is (141,5,18). Sum of RGB (Red+Green+Blue) = 141+5+18=164 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.98% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0512 is #72FAED. Grayscale: #2F2F2F. Windows color (decimal): -7535342 or 1181069. OLE color: 1181069.
HSL color Cylindrical-coordinate representation of color #8D0512: hue angle of 354.26º 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 #8D0512 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 18 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.45 |
| HSL | 354.26º | 0.93% | 0.29% | - |
| HSV(B) | 354.26º | 0.96% | 0.55% | - |
| XYZ | 11.15 | 5.81 | 1.11 | - |
| YUV | 47.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 18 | 0 | 0.96 | 0.87 | 0.45 | 354.26 | 0.93 | 0.29 |
| Hex | 8D | 5 | 12 | 0 | 60 | 57 | 2D | 162 | 5D | 1D |
| Octal | 215 | 5 | 22 | 0 | 140 | 127 | 55 | 542 | 135 | 35 |
| Binary | 10001101 | 101 | 10010 | 0 | 1100000 | 1010111 | 101101 | 101100010 | 1011101 | 11101 |
Color Harmonies of #8D0512
Complementary color
Monochromatic Colors of #8D0512
Black with #8D0512
Text Example
Text Example
White with #8D0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0512; }
p { color: rgb(141,5,18); }
H1.HeaderClassName
{
color: #8D0512;
}
.AnyTagClassName
{
color: #8D0512;
}
</style>
background-color css
<style>
a { background-color: #8D0512; }
a { background-color: rgb(141,5,18); }
div.DivClassName
{
background-color: #8D0512;
}
.BgClassName
{
background-color: #8D0512;
}
</style>
border-color css
<style>
span { border-color: #8D0512; }
span { border-color: rgb(141,5,18); }
td.TdClassName
{
border-color: #8D0512;
}
.TagClassName
{
border-color: #8D0512;
}
</style>