Shades of Sangria #8C0A0E
Tints of Sangria #8C0A0E
RGB
CMYK
RGB Variations
Color information
#8C0A0E (or 0x8C0A0E) is known color: Sangria. HEX triplet: 8C, 0A and 0E. RGB value is (140,10,14). Sum of RGB (Red+Green+Blue) = 140+10+14=164 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.37% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0A0E is #73F5F1. Grayscale: #313131. Windows color (decimal): -7599602 or 920204. OLE color: 920204.
HSL color Cylindrical-coordinate representation of color #8C0A0E: hue angle of 358.15º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A0E is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 14 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.45 |
| HSL | 358.15º | 0.87% | 0.29% | - |
| HSV(B) | 358.15º | 0.93% | 0.55% | - |
| XYZ | 11 | 5.82 | 0.96 | - |
| YUV | 49.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 14 | 0 | 0.93 | 0.90 | 0.45 | 358.15 | 0.87 | 0.29 |
| Hex | 8C | A | E | 0 | 5D | 5A | 2D | 166 | 57 | 1D |
| Octal | 214 | 12 | 16 | 0 | 135 | 132 | 55 | 546 | 127 | 35 |
| Binary | 10001100 | 1010 | 1110 | 0 | 1011101 | 1011010 | 101101 | 101100110 | 1010111 | 11101 |
Color Harmonies of #8C0A0E
Complementary color
Monochromatic Colors of #8C0A0E
Black with #8C0A0E
Text Example
Text Example
White with #8C0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A0E; }
p { color: rgb(140,10,14); }
H1.HeaderClassName
{
color: #8C0A0E;
}
.AnyTagClassName
{
color: #8C0A0E;
}
</style>
background-color css
<style>
a { background-color: #8C0A0E; }
a { background-color: rgb(140,10,14); }
div.DivClassName
{
background-color: #8C0A0E;
}
.BgClassName
{
background-color: #8C0A0E;
}
</style>
border-color css
<style>
span { border-color: #8C0A0E; }
span { border-color: rgb(140,10,14); }
td.TdClassName
{
border-color: #8C0A0E;
}
.TagClassName
{
border-color: #8C0A0E;
}
</style>