Shades of Sangria #8C060C
Tints of Sangria #8C060C
RGB
CMYK
RGB Variations
Color information
#8C060C (or 0x8C060C) is known color: Sangria. HEX triplet: 8C, 06 and 0C. RGB value is (140,6,12). Sum of RGB (Red+Green+Blue) = 140+6+12=158 (20% of max value = 765). Red value is 140 (55.08% from 255 or 88.61% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 140 - color contains mainly: red. Hex color #8C060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C060C is #73F9F3. Grayscale: #2E2E2E. Windows color (decimal): -7600628 or 788108. OLE color: 788108.
HSL color Cylindrical-coordinate representation of color #8C060C: hue angle of 357.31º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C060C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.45 |
| HSL | 357.31º | 0.92% | 0.29% | - |
| HSV(B) | 357.31º | 0.96% | 0.55% | - |
| XYZ | 10.95 | 5.73 | 0.88 | - |
| YUV | 46.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 12 | 0 | 0.96 | 0.91 | 0.45 | 357.31 | 0.92 | 0.29 |
| Hex | 8C | 6 | C | 0 | 60 | 5B | 2D | 165 | 5C | 1D |
| Octal | 214 | 6 | 14 | 0 | 140 | 133 | 55 | 545 | 134 | 35 |
| Binary | 10001100 | 110 | 1100 | 0 | 1100000 | 1011011 | 101101 | 101100101 | 1011100 | 11101 |
Color Harmonies of #8C060C
Complementary color
Monochromatic Colors of #8C060C
Black with #8C060C
Text Example
Text Example
White with #8C060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C060C; }
p { color: rgb(140,6,12); }
H1.HeaderClassName
{
color: #8C060C;
}
.AnyTagClassName
{
color: #8C060C;
}
</style>
background-color css
<style>
a { background-color: #8C060C; }
a { background-color: rgb(140,6,12); }
div.DivClassName
{
background-color: #8C060C;
}
.BgClassName
{
background-color: #8C060C;
}
</style>
border-color css
<style>
span { border-color: #8C060C; }
span { border-color: rgb(140,6,12); }
td.TdClassName
{
border-color: #8C060C;
}
.TagClassName
{
border-color: #8C060C;
}
</style>