Shades of Sangria #8C0710
Tints of Sangria #8C0710
RGB
CMYK
RGB Variations
Color information
#8C0710 (or 0x8C0710) is known color: Sangria. HEX triplet: 8C, 07 and 10. RGB value is (140,7,16). Sum of RGB (Red+Green+Blue) = 140+7+16=163 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.89% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0710 is #73F8EF. Grayscale: #2F2F2F. Windows color (decimal): -7600368 or 1050508. OLE color: 1050508.
HSL color Cylindrical-coordinate representation of color #8C0710: hue angle of 355.94º 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 #8C0710 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 16 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.45 |
| HSL | 355.94º | 0.9% | 0.29% | - |
| HSV(B) | 355.94º | 0.95% | 0.55% | - |
| XYZ | 10.98 | 5.76 | 1.02 | - |
| YUV | 47.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 16 | 0 | 0.95 | 0.89 | 0.45 | 355.94 | 0.9 | 0.29 |
| Hex | 8C | 7 | 10 | 0 | 5F | 59 | 2D | 164 | 5A | 1D |
| Octal | 214 | 7 | 20 | 0 | 137 | 131 | 55 | 544 | 132 | 35 |
| Binary | 10001100 | 111 | 10000 | 0 | 1011111 | 1011001 | 101101 | 101100100 | 1011010 | 11101 |
Color Harmonies of #8C0710
Complementary color
Monochromatic Colors of #8C0710
Black with #8C0710
Text Example
Text Example
White with #8C0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0710; }
p { color: rgb(140,7,16); }
H1.HeaderClassName
{
color: #8C0710;
}
.AnyTagClassName
{
color: #8C0710;
}
</style>
background-color css
<style>
a { background-color: #8C0710; }
a { background-color: rgb(140,7,16); }
div.DivClassName
{
background-color: #8C0710;
}
.BgClassName
{
background-color: #8C0710;
}
</style>
border-color css
<style>
span { border-color: #8C0710; }
span { border-color: rgb(140,7,16); }
td.TdClassName
{
border-color: #8C0710;
}
.TagClassName
{
border-color: #8C0710;
}
</style>