Shades of Sangria #8A080D
Tints of Sangria #8A080D
RGB
CMYK
RGB Variations
Color information
#8A080D (or 0x8A080D) is known color: Sangria. HEX triplet: 8A, 08 and 0D. RGB value is (138,8,13). Sum of RGB (Red+Green+Blue) = 138+8+13=159 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.79% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 138 - color contains mainly: red. Hex color #8A080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A080D is #75F7F2. Grayscale: #2F2F2F. Windows color (decimal): -7731187 or 854154. OLE color: 854154.
HSL color Cylindrical-coordinate representation of color #8A080D: hue angle of 357.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A080D is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 13 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.46 |
| HSL | 357.69º | 0.89% | 0.29% | - |
| HSV(B) | 357.69º | 0.94% | 0.54% | - |
| XYZ | 10.64 | 5.61 | 0.9 | - |
| YUV | 47.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 13 | 0 | 0.94 | 0.91 | 0.46 | 357.69 | 0.89 | 0.29 |
| Hex | 8A | 8 | D | 0 | 5E | 5B | 2E | 166 | 59 | 1D |
| Octal | 212 | 10 | 15 | 0 | 136 | 133 | 56 | 546 | 131 | 35 |
| Binary | 10001010 | 1000 | 1101 | 0 | 1011110 | 1011011 | 101110 | 101100110 | 1011001 | 11101 |
Color Harmonies of #8A080D
Complementary color
Monochromatic Colors of #8A080D
Black with #8A080D
Text Example
Text Example
White with #8A080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A080D; }
p { color: rgb(138,8,13); }
H1.HeaderClassName
{
color: #8A080D;
}
.AnyTagClassName
{
color: #8A080D;
}
</style>
background-color css
<style>
a { background-color: #8A080D; }
a { background-color: rgb(138,8,13); }
div.DivClassName
{
background-color: #8A080D;
}
.BgClassName
{
background-color: #8A080D;
}
</style>
border-color css
<style>
span { border-color: #8A080D; }
span { border-color: rgb(138,8,13); }
td.TdClassName
{
border-color: #8A080D;
}
.TagClassName
{
border-color: #8A080D;
}
</style>