Shades of Sangria #8A0F16
Tints of Sangria #8A0F16
RGB
CMYK
RGB Variations
Color information
#8A0F16 (or 0x8A0F16) is known color: Sangria. HEX triplet: 8A, 0F and 16. RGB value is (138,15,22). Sum of RGB (Red+Green+Blue) = 138+15+22=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0F16 is #75F0E9. Grayscale: #343434. Windows color (decimal): -7729386 or 1445770. OLE color: 1445770.
HSL color Cylindrical-coordinate representation of color #8A0F16: hue angle of 356.59º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F16 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 15 | 22 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.46 |
| HSL | 356.59º | 0.8% | 0.3% | - |
| HSV(B) | 356.59º | 0.89% | 0.54% | - |
| XYZ | 10.8 | 5.8 | 1.31 | - |
| YUV | 52.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 22 | 0 | 0.89 | 0.84 | 0.46 | 356.59 | 0.8 | 0.3 |
| Hex | 8A | F | 16 | 0 | 59 | 54 | 2E | 165 | 50 | 1E |
| Octal | 212 | 17 | 26 | 0 | 131 | 124 | 56 | 545 | 120 | 36 |
| Binary | 10001010 | 1111 | 10110 | 0 | 1011001 | 1010100 | 101110 | 101100101 | 1010000 | 11110 |
Color Harmonies of #8A0F16
Complementary color
Monochromatic Colors of #8A0F16
Black with #8A0F16
Text Example
Text Example
White with #8A0F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0F16; }
p { color: rgb(138,15,22); }
H1.HeaderClassName
{
color: #8A0F16;
}
.AnyTagClassName
{
color: #8A0F16;
}
</style>
background-color css
<style>
a { background-color: #8A0F16; }
a { background-color: rgb(138,15,22); }
div.DivClassName
{
background-color: #8A0F16;
}
.BgClassName
{
background-color: #8A0F16;
}
</style>
border-color css
<style>
span { border-color: #8A0F16; }
span { border-color: rgb(138,15,22); }
td.TdClassName
{
border-color: #8A0F16;
}
.TagClassName
{
border-color: #8A0F16;
}
</style>