Shades of Sangria #8D090F
Tints of Sangria #8D090F
RGB
CMYK
RGB Variations
Color information
#8D090F (or 0x8D090F) is known color: Sangria. HEX triplet: 8D, 09 and 0F. RGB value is (141,9,15). Sum of RGB (Red+Green+Blue) = 141+9+15=165 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.45% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 141 - color contains mainly: red. Hex color #8D090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D090F is #72F6F0. Grayscale: #313131. Windows color (decimal): -7534321 or 985485. OLE color: 985485.
HSL color Cylindrical-coordinate representation of color #8D090F: hue angle of 357.27º 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 #8D090F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.45 |
| HSL | 357.27º | 0.88% | 0.29% | - |
| HSV(B) | 357.27º | 0.94% | 0.55% | - |
| XYZ | 11.17 | 5.89 | 1 | - |
| YUV | 49.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 15 | 0 | 0.94 | 0.89 | 0.45 | 357.27 | 0.88 | 0.29 |
| Hex | 8D | 9 | F | 0 | 5E | 59 | 2D | 165 | 58 | 1D |
| Octal | 215 | 11 | 17 | 0 | 136 | 131 | 55 | 545 | 130 | 35 |
| Binary | 10001101 | 1001 | 1111 | 0 | 1011110 | 1011001 | 101101 | 101100101 | 1011000 | 11101 |
Color Harmonies of #8D090F
Complementary color
Monochromatic Colors of #8D090F
Black with #8D090F
Text Example
Text Example
White with #8D090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D090F; }
p { color: rgb(141,9,15); }
H1.HeaderClassName
{
color: #8D090F;
}
.AnyTagClassName
{
color: #8D090F;
}
</style>
background-color css
<style>
a { background-color: #8D090F; }
a { background-color: rgb(141,9,15); }
div.DivClassName
{
background-color: #8D090F;
}
.BgClassName
{
background-color: #8D090F;
}
</style>
border-color css
<style>
span { border-color: #8D090F; }
span { border-color: rgb(141,9,15); }
td.TdClassName
{
border-color: #8D090F;
}
.TagClassName
{
border-color: #8D090F;
}
</style>