Shades of Sangria #8C0512
Tints of Sangria #8C0512
RGB
CMYK
RGB Variations
Color information
#8C0512 (or 0x8C0512) is known color: Sangria. HEX triplet: 8C, 05 and 12. RGB value is (140,5,18). Sum of RGB (Red+Green+Blue) = 140+5+18=163 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.89% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0512 is #73FAED. Grayscale: #2E2E2E. Windows color (decimal): -7600878 or 1181068. OLE color: 1181068.
HSL color Cylindrical-coordinate representation of color #8C0512: hue angle of 354.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0512 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 18 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.45 |
| HSL | 354.22º | 0.93% | 0.28% | - |
| HSV(B) | 354.22º | 0.96% | 0.55% | - |
| XYZ | 10.98 | 5.73 | 1.1 | - |
| YUV | 46.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 18 | 0 | 0.96 | 0.87 | 0.45 | 354.22 | 0.93 | 0.28 |
| Hex | 8C | 5 | 12 | 0 | 60 | 57 | 2D | 162 | 5D | 1C |
| Octal | 214 | 5 | 22 | 0 | 140 | 127 | 55 | 542 | 135 | 34 |
| Binary | 10001100 | 101 | 10010 | 0 | 1100000 | 1010111 | 101101 | 101100010 | 1011101 | 11100 |
Color Harmonies of #8C0512
Complementary color
Monochromatic Colors of #8C0512
Black with #8C0512
Text Example
Text Example
White with #8C0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0512; }
p { color: rgb(140,5,18); }
H1.HeaderClassName
{
color: #8C0512;
}
.AnyTagClassName
{
color: #8C0512;
}
</style>
background-color css
<style>
a { background-color: #8C0512; }
a { background-color: rgb(140,5,18); }
div.DivClassName
{
background-color: #8C0512;
}
.BgClassName
{
background-color: #8C0512;
}
</style>
border-color css
<style>
span { border-color: #8C0512; }
span { border-color: rgb(140,5,18); }
td.TdClassName
{
border-color: #8C0512;
}
.TagClassName
{
border-color: #8C0512;
}
</style>