Shades of Sangria #8C020C
Tints of Sangria #8C020C
RGB
CMYK
RGB Variations
Color information
#8C020C (or 0x8C020C) is known color: Sangria. HEX triplet: 8C, 02 and 0C. RGB value is (140,2,12). Sum of RGB (Red+Green+Blue) = 140+2+12=154 (20% of max value = 765). Red value is 140 (55.08% from 255 or 90.91% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 140 - color contains mainly: red. Hex color #8C020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C020C is #73FDF3. Grayscale: #2C2C2C. Windows color (decimal): -7601652 or 787084. OLE color: 787084.
HSL color Cylindrical-coordinate representation of color #8C020C: hue angle of 355.65º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C020C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.45 |
| HSL | 355.65º | 0.97% | 0.28% | - |
| HSV(B) | 355.65º | 0.99% | 0.55% | - |
| XYZ | 10.9 | 5.65 | 0.86 | - |
| YUV | 44.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 12 | 0 | 0.99 | 0.91 | 0.45 | 355.65 | 0.97 | 0.28 |
| Hex | 8C | 2 | C | 0 | 63 | 5B | 2D | 164 | 61 | 1C |
| Octal | 214 | 2 | 14 | 0 | 143 | 133 | 55 | 544 | 141 | 34 |
| Binary | 10001100 | 10 | 1100 | 0 | 1100011 | 1011011 | 101101 | 101100100 | 1100001 | 11100 |
Color Harmonies of #8C020C
Complementary color
Monochromatic Colors of #8C020C
Black with #8C020C
Text Example
Text Example
White with #8C020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C020C; }
p { color: rgb(140,2,12); }
H1.HeaderClassName
{
color: #8C020C;
}
.AnyTagClassName
{
color: #8C020C;
}
</style>
background-color css
<style>
a { background-color: #8C020C; }
a { background-color: rgb(140,2,12); }
div.DivClassName
{
background-color: #8C020C;
}
.BgClassName
{
background-color: #8C020C;
}
</style>
border-color css
<style>
span { border-color: #8C020C; }
span { border-color: rgb(140,2,12); }
td.TdClassName
{
border-color: #8C020C;
}
.TagClassName
{
border-color: #8C020C;
}
</style>