Shades of Sangria #8C0204
Tints of Sangria #8C0204
RGB
CMYK
RGB Variations
Color information
#8C0204 (or 0x8C0204) is known color: Sangria. HEX triplet: 8C, 02 and 04. RGB value is (140,2,4). Sum of RGB (Red+Green+Blue) = 140+2+4=146 (19% of max value = 765). Red value is 140 (55.08% from 255 or 95.89% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0204 is #73FDFB. Grayscale: #2B2B2B. Windows color (decimal): -7601660 or 262796. OLE color: 262796.
HSL color Cylindrical-coordinate representation of color #8C0204: hue angle of 359.13º 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 #8C0204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.45 |
| HSL | 359.13º | 0.97% | 0.28% | - |
| HSV(B) | 359.13º | 0.99% | 0.55% | - |
| XYZ | 10.86 | 5.63 | 0.63 | - |
| YUV | 43.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 4 | 0 | 0.99 | 0.97 | 0.45 | 359.13 | 0.97 | 0.28 |
| Hex | 8C | 2 | 4 | 0 | 63 | 61 | 2D | 167 | 61 | 1C |
| Octal | 214 | 2 | 4 | 0 | 143 | 141 | 55 | 547 | 141 | 34 |
| Binary | 10001100 | 10 | 100 | 0 | 1100011 | 1100001 | 101101 | 101100111 | 1100001 | 11100 |
Color Harmonies of #8C0204
Complementary color
Monochromatic Colors of #8C0204
Black with #8C0204
Text Example
Text Example
White with #8C0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0204; }
p { color: rgb(140,2,4); }
H1.HeaderClassName
{
color: #8C0204;
}
.AnyTagClassName
{
color: #8C0204;
}
</style>
background-color css
<style>
a { background-color: #8C0204; }
a { background-color: rgb(140,2,4); }
div.DivClassName
{
background-color: #8C0204;
}
.BgClassName
{
background-color: #8C0204;
}
</style>
border-color css
<style>
span { border-color: #8C0204; }
span { border-color: rgb(140,2,4); }
td.TdClassName
{
border-color: #8C0204;
}
.TagClassName
{
border-color: #8C0204;
}
</style>