Shades of Sangria #8D0914
Tints of Sangria #8D0914
RGB
CMYK
RGB Variations
Color information
#8D0914 (or 0x8D0914) is known color: Sangria. HEX triplet: 8D, 09 and 14. RGB value is (141,9,20). Sum of RGB (Red+Green+Blue) = 141+9+20=170 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.94% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0914 is #72F6EB. Grayscale: #313131. Windows color (decimal): -7534316 or 1313165. OLE color: 1313165.
HSL color Cylindrical-coordinate representation of color #8D0914: hue angle of 355º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0914 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 20 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.45 |
| HSL | 355º | 0.88% | 0.29% | - |
| HSV(B) | 355º | 0.94% | 0.55% | - |
| XYZ | 11.21 | 5.91 | 1.21 | - |
| YUV | 49.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 20 | 0 | 0.94 | 0.86 | 0.45 | 355 | 0.88 | 0.29 |
| Hex | 8D | 9 | 14 | 0 | 5E | 56 | 2D | 163 | 58 | 1D |
| Octal | 215 | 11 | 24 | 0 | 136 | 126 | 55 | 543 | 130 | 35 |
| Binary | 10001101 | 1001 | 10100 | 0 | 1011110 | 1010110 | 101101 | 101100011 | 1011000 | 11101 |
Color Harmonies of #8D0914
Complementary color
Monochromatic Colors of #8D0914
Black with #8D0914
Text Example
Text Example
White with #8D0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0914; }
p { color: rgb(141,9,20); }
H1.HeaderClassName
{
color: #8D0914;
}
.AnyTagClassName
{
color: #8D0914;
}
</style>
background-color css
<style>
a { background-color: #8D0914; }
a { background-color: rgb(141,9,20); }
div.DivClassName
{
background-color: #8D0914;
}
.BgClassName
{
background-color: #8D0914;
}
</style>
border-color css
<style>
span { border-color: #8D0914; }
span { border-color: rgb(141,9,20); }
td.TdClassName
{
border-color: #8D0914;
}
.TagClassName
{
border-color: #8D0914;
}
</style>