Shades of Sangria #8D080D
Tints of Sangria #8D080D
RGB
CMYK
RGB Variations
Color information
#8D080D (or 0x8D080D) is known color: Sangria. HEX triplet: 8D, 08 and 0D. RGB value is (141,8,13). Sum of RGB (Red+Green+Blue) = 141+8+13=162 (21% of max value = 765). Red value is 141 (55.47% from 255 or 87.04% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 141 - color contains mainly: red. Hex color #8D080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D080D is #72F7F2. Grayscale: #303030. Windows color (decimal): -7534579 or 854157. OLE color: 854157.
HSL color Cylindrical-coordinate representation of color #8D080D: hue angle of 357.74º degrees, saturation: 0.89, 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 #8D080D is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 13 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.45 |
| HSL | 357.74º | 0.89% | 0.29% | - |
| HSV(B) | 357.74º | 0.94% | 0.55% | - |
| XYZ | 11.14 | 5.87 | 0.93 | - |
| YUV | 48.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 13 | 0 | 0.94 | 0.91 | 0.45 | 357.74 | 0.89 | 0.29 |
| Hex | 8D | 8 | D | 0 | 5E | 5B | 2D | 166 | 59 | 1D |
| Octal | 215 | 10 | 15 | 0 | 136 | 133 | 55 | 546 | 131 | 35 |
| Binary | 10001101 | 1000 | 1101 | 0 | 1011110 | 1011011 | 101101 | 101100110 | 1011001 | 11101 |
Color Harmonies of #8D080D
Complementary color
Monochromatic Colors of #8D080D
Black with #8D080D
Text Example
Text Example
White with #8D080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D080D; }
p { color: rgb(141,8,13); }
H1.HeaderClassName
{
color: #8D080D;
}
.AnyTagClassName
{
color: #8D080D;
}
</style>
background-color css
<style>
a { background-color: #8D080D; }
a { background-color: rgb(141,8,13); }
div.DivClassName
{
background-color: #8D080D;
}
.BgClassName
{
background-color: #8D080D;
}
</style>
border-color css
<style>
span { border-color: #8D080D; }
span { border-color: rgb(141,8,13); }
td.TdClassName
{
border-color: #8D080D;
}
.TagClassName
{
border-color: #8D080D;
}
</style>