Shades of Sangria #8C1013
Tints of Sangria #8C1013
RGB
CMYK
RGB Variations
Color information
#8C1013 (or 0x8C1013) is known color: Sangria. HEX triplet: 8C, 10 and 13. RGB value is (140,16,19). Sum of RGB (Red+Green+Blue) = 140+16+19=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1013 is #73EFEC. Grayscale: #353535. Windows color (decimal): -7598061 or 1249420. OLE color: 1249420.
HSL color Cylindrical-coordinate representation of color #8C1013: hue angle of 358.55º 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 #8C1013 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 19 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.45 |
| HSL | 358.55º | 0.79% | 0.31% | - |
| HSV(B) | 358.55º | 0.89% | 0.55% | - |
| XYZ | 11.12 | 5.99 | 1.19 | - |
| YUV | 53.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 19 | 0 | 0.89 | 0.86 | 0.45 | 358.55 | 0.79 | 0.31 |
| Hex | 8C | 10 | 13 | 0 | 59 | 56 | 2D | 167 | 4F | 1F |
| Octal | 214 | 20 | 23 | 0 | 131 | 126 | 55 | 547 | 117 | 37 |
| Binary | 10001100 | 10000 | 10011 | 0 | 1011001 | 1010110 | 101101 | 101100111 | 1001111 | 11111 |
Color Harmonies of #8C1013
Complementary color
Monochromatic Colors of #8C1013
Black with #8C1013
Text Example
Text Example
White with #8C1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1013; }
p { color: rgb(140,16,19); }
H1.HeaderClassName
{
color: #8C1013;
}
.AnyTagClassName
{
color: #8C1013;
}
</style>
background-color css
<style>
a { background-color: #8C1013; }
a { background-color: rgb(140,16,19); }
div.DivClassName
{
background-color: #8C1013;
}
.BgClassName
{
background-color: #8C1013;
}
</style>
border-color css
<style>
span { border-color: #8C1013; }
span { border-color: rgb(140,16,19); }
td.TdClassName
{
border-color: #8C1013;
}
.TagClassName
{
border-color: #8C1013;
}
</style>