Shades of Sangria #8C1015
Tints of Sangria #8C1015
RGB
CMYK
RGB Variations
Color information
#8C1015 (or 0x8C1015) is known color: Sangria. HEX triplet: 8C, 10 and 15. RGB value is (140,16,21). Sum of RGB (Red+Green+Blue) = 140+16+21=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1015 is #73EFEA. Grayscale: #353535. Windows color (decimal): -7598059 or 1380492. OLE color: 1380492.
HSL color Cylindrical-coordinate representation of color #8C1015: hue angle of 357.58º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1015 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 21 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.45 |
| HSL | 357.58º | 0.79% | 0.31% | - |
| HSV(B) | 357.58º | 0.89% | 0.55% | - |
| XYZ | 11.14 | 6 | 1.28 | - |
| YUV | 53.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 21 | 0 | 0.89 | 0.85 | 0.45 | 357.58 | 0.79 | 0.31 |
| Hex | 8C | 10 | 15 | 0 | 59 | 55 | 2D | 166 | 4F | 1F |
| Octal | 214 | 20 | 25 | 0 | 131 | 125 | 55 | 546 | 117 | 37 |
| Binary | 10001100 | 10000 | 10101 | 0 | 1011001 | 1010101 | 101101 | 101100110 | 1001111 | 11111 |
Color Harmonies of #8C1015
Complementary color
Monochromatic Colors of #8C1015
Black with #8C1015
Text Example
Text Example
White with #8C1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1015; }
p { color: rgb(140,16,21); }
H1.HeaderClassName
{
color: #8C1015;
}
.AnyTagClassName
{
color: #8C1015;
}
</style>
background-color css
<style>
a { background-color: #8C1015; }
a { background-color: rgb(140,16,21); }
div.DivClassName
{
background-color: #8C1015;
}
.BgClassName
{
background-color: #8C1015;
}
</style>
border-color css
<style>
span { border-color: #8C1015; }
span { border-color: rgb(140,16,21); }
td.TdClassName
{
border-color: #8C1015;
}
.TagClassName
{
border-color: #8C1015;
}
</style>