Shades of Sangria #8C0B0E
Tints of Sangria #8C0B0E
RGB
CMYK
RGB Variations
Color information
#8C0B0E (or 0x8C0B0E) is known color: Sangria. HEX triplet: 8C, 0B and 0E. RGB value is (140,11,14). Sum of RGB (Red+Green+Blue) = 140+11+14=165 (21% of max value = 765). Red value is 140 (55.08% from 255 or 84.85% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0B0E is #73F4F1. Grayscale: #323232. Windows color (decimal): -7599346 or 920460. OLE color: 920460.
HSL color Cylindrical-coordinate representation of color #8C0B0E: hue angle of 358.6º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B0E is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 14 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.45 |
| HSL | 358.6º | 0.85% | 0.3% | - |
| HSV(B) | 358.6º | 0.92% | 0.55% | - |
| XYZ | 11.01 | 5.85 | 0.96 | - |
| YUV | 49.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 14 | 0 | 0.92 | 0.90 | 0.45 | 358.6 | 0.85 | 0.3 |
| Hex | 8C | B | E | 0 | 5C | 5A | 2D | 167 | 55 | 1E |
| Octal | 214 | 13 | 16 | 0 | 134 | 132 | 55 | 547 | 125 | 36 |
| Binary | 10001100 | 1011 | 1110 | 0 | 1011100 | 1011010 | 101101 | 101100111 | 1010101 | 11110 |
Color Harmonies of #8C0B0E
Complementary color
Monochromatic Colors of #8C0B0E
Black with #8C0B0E
Text Example
Text Example
White with #8C0B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B0E; }
p { color: rgb(140,11,14); }
H1.HeaderClassName
{
color: #8C0B0E;
}
.AnyTagClassName
{
color: #8C0B0E;
}
</style>
background-color css
<style>
a { background-color: #8C0B0E; }
a { background-color: rgb(140,11,14); }
div.DivClassName
{
background-color: #8C0B0E;
}
.BgClassName
{
background-color: #8C0B0E;
}
</style>
border-color css
<style>
span { border-color: #8C0B0E; }
span { border-color: rgb(140,11,14); }
td.TdClassName
{
border-color: #8C0B0E;
}
.TagClassName
{
border-color: #8C0B0E;
}
</style>