Shades of Sangria #8C0714
Tints of Sangria #8C0714
RGB
CMYK
RGB Variations
Color information
#8C0714 (or 0x8C0714) is known color: Sangria. HEX triplet: 8C, 07 and 14. RGB value is (140,7,20). Sum of RGB (Red+Green+Blue) = 140+7+20=167 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.83% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0714 is #73F8EB. Grayscale: #303030. Windows color (decimal): -7600364 or 1312652. OLE color: 1312652.
HSL color Cylindrical-coordinate representation of color #8C0714: hue angle of 354.14º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0714 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 20 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.45 |
| HSL | 354.14º | 0.9% | 0.29% | - |
| HSV(B) | 354.14º | 0.95% | 0.55% | - |
| XYZ | 11.02 | 5.78 | 1.2 | - |
| YUV | 48.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 20 | 0 | 0.95 | 0.86 | 0.45 | 354.14 | 0.9 | 0.29 |
| Hex | 8C | 7 | 14 | 0 | 5F | 56 | 2D | 162 | 5A | 1D |
| Octal | 214 | 7 | 24 | 0 | 137 | 126 | 55 | 542 | 132 | 35 |
| Binary | 10001100 | 111 | 10100 | 0 | 1011111 | 1010110 | 101101 | 101100010 | 1011010 | 11101 |
Color Harmonies of #8C0714
Complementary color
Monochromatic Colors of #8C0714
Black with #8C0714
Text Example
Text Example
White with #8C0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0714; }
p { color: rgb(140,7,20); }
H1.HeaderClassName
{
color: #8C0714;
}
.AnyTagClassName
{
color: #8C0714;
}
</style>
background-color css
<style>
a { background-color: #8C0714; }
a { background-color: rgb(140,7,20); }
div.DivClassName
{
background-color: #8C0714;
}
.BgClassName
{
background-color: #8C0714;
}
</style>
border-color css
<style>
span { border-color: #8C0714; }
span { border-color: rgb(140,7,20); }
td.TdClassName
{
border-color: #8C0714;
}
.TagClassName
{
border-color: #8C0714;
}
</style>