Shades of Sangria #8C1516
Tints of Sangria #8C1516
RGB
CMYK
RGB Variations
Color information
#8C1516 (or 0x8C1516) is known color: Sangria. HEX triplet: 8C, 15 and 16. RGB value is (140,21,22). Sum of RGB (Red+Green+Blue) = 140+21+22=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1516 is #73EAE9. Grayscale: #383838. Windows color (decimal): -7596778 or 1447308. OLE color: 1447308.
HSL color Cylindrical-coordinate representation of color #8C1516: hue angle of 359.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1516 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 22 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.45 |
| HSL | 359.5º | 0.74% | 0.32% | - |
| HSV(B) | 359.5º | 0.85% | 0.55% | - |
| XYZ | 11.23 | 6.17 | 1.36 | - |
| YUV | 56.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 22 | 0 | 0.85 | 0.84 | 0.45 | 359.5 | 0.74 | 0.32 |
| Hex | 8C | 15 | 16 | 0 | 55 | 54 | 2D | 167 | 4A | 20 |
| Octal | 214 | 25 | 26 | 0 | 125 | 124 | 55 | 547 | 112 | 40 |
| Binary | 10001100 | 10101 | 10110 | 0 | 1010101 | 1010100 | 101101 | 101100111 | 1001010 | 100000 |
Color Harmonies of #8C1516
Complementary color
Monochromatic Colors of #8C1516
Black with #8C1516
Text Example
Text Example
White with #8C1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1516; }
p { color: rgb(140,21,22); }
H1.HeaderClassName
{
color: #8C1516;
}
.AnyTagClassName
{
color: #8C1516;
}
</style>
background-color css
<style>
a { background-color: #8C1516; }
a { background-color: rgb(140,21,22); }
div.DivClassName
{
background-color: #8C1516;
}
.BgClassName
{
background-color: #8C1516;
}
</style>
border-color css
<style>
span { border-color: #8C1516; }
span { border-color: rgb(140,21,22); }
td.TdClassName
{
border-color: #8C1516;
}
.TagClassName
{
border-color: #8C1516;
}
</style>