Shades of Sangria #8A1015
Tints of Sangria #8A1015
RGB
CMYK
RGB Variations
Color information
#8A1015 (or 0x8A1015) is known color: Sangria. HEX triplet: 8A, 10 and 15. RGB value is (138,16,21). Sum of RGB (Red+Green+Blue) = 138+16+21=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1015 is #75EFEA. Grayscale: #353535. Windows color (decimal): -7729131 or 1380490. OLE color: 1380490.
HSL color Cylindrical-coordinate representation of color #8A1015: hue angle of 357.54º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1015 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 21 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.46 |
| HSL | 357.54º | 0.79% | 0.3% | - |
| HSV(B) | 357.54º | 0.88% | 0.54% | - |
| XYZ | 10.8 | 5.83 | 1.27 | - |
| YUV | 53.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 21 | 0 | 0.88 | 0.85 | 0.46 | 357.54 | 0.79 | 0.3 |
| Hex | 8A | 10 | 15 | 0 | 58 | 55 | 2E | 166 | 4F | 1E |
| Octal | 212 | 20 | 25 | 0 | 130 | 125 | 56 | 546 | 117 | 36 |
| Binary | 10001010 | 10000 | 10101 | 0 | 1011000 | 1010101 | 101110 | 101100110 | 1001111 | 11110 |
Color Harmonies of #8A1015
Complementary color
Monochromatic Colors of #8A1015
Black with #8A1015
Text Example
Text Example
White with #8A1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1015; }
p { color: rgb(138,16,21); }
H1.HeaderClassName
{
color: #8A1015;
}
.AnyTagClassName
{
color: #8A1015;
}
</style>
background-color css
<style>
a { background-color: #8A1015; }
a { background-color: rgb(138,16,21); }
div.DivClassName
{
background-color: #8A1015;
}
.BgClassName
{
background-color: #8A1015;
}
</style>
border-color css
<style>
span { border-color: #8A1015; }
span { border-color: rgb(138,16,21); }
td.TdClassName
{
border-color: #8A1015;
}
.TagClassName
{
border-color: #8A1015;
}
</style>