Shades of Sangria #8C0713
Tints of Sangria #8C0713
RGB
CMYK
RGB Variations
Color information
#8C0713 (or 0x8C0713) is known color: Sangria. HEX triplet: 8C, 07 and 13. RGB value is (140,7,19). Sum of RGB (Red+Green+Blue) = 140+7+19=166 (21% of max value = 765). Red value is 140 (55.08% from 255 or 84.34% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0713 is #73F8EC. Grayscale: #303030. Windows color (decimal): -7600365 or 1247116. OLE color: 1247116.
HSL color Cylindrical-coordinate representation of color #8C0713: hue angle of 354.59º 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 #8C0713 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 19 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.45 |
| HSL | 354.59º | 0.9% | 0.29% | - |
| HSV(B) | 354.59º | 0.95% | 0.55% | - |
| XYZ | 11.01 | 5.77 | 1.15 | - |
| YUV | 48.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 19 | 0 | 0.95 | 0.86 | 0.45 | 354.59 | 0.9 | 0.29 |
| Hex | 8C | 7 | 13 | 0 | 5F | 56 | 2D | 163 | 5A | 1D |
| Octal | 214 | 7 | 23 | 0 | 137 | 126 | 55 | 543 | 132 | 35 |
| Binary | 10001100 | 111 | 10011 | 0 | 1011111 | 1010110 | 101101 | 101100011 | 1011010 | 11101 |
Color Harmonies of #8C0713
Complementary color
Monochromatic Colors of #8C0713
Black with #8C0713
Text Example
Text Example
White with #8C0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0713; }
p { color: rgb(140,7,19); }
H1.HeaderClassName
{
color: #8C0713;
}
.AnyTagClassName
{
color: #8C0713;
}
</style>
background-color css
<style>
a { background-color: #8C0713; }
a { background-color: rgb(140,7,19); }
div.DivClassName
{
background-color: #8C0713;
}
.BgClassName
{
background-color: #8C0713;
}
</style>
border-color css
<style>
span { border-color: #8C0713; }
span { border-color: rgb(140,7,19); }
td.TdClassName
{
border-color: #8C0713;
}
.TagClassName
{
border-color: #8C0713;
}
</style>