Shades of Sangria #8C090C
Tints of Sangria #8C090C
RGB
CMYK
RGB Variations
Color information
#8C090C (or 0x8C090C) is known color: Sangria. HEX triplet: 8C, 09 and 0C. RGB value is (140,9,12). Sum of RGB (Red+Green+Blue) = 140+9+12=161 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.96% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 140 - color contains mainly: red. Hex color #8C090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C090C is #73F6F3. Grayscale: #303030. Windows color (decimal): -7599860 or 788876. OLE color: 788876.
HSL color Cylindrical-coordinate representation of color #8C090C: hue angle of 358.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C090C is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 12 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.45 |
| HSL | 358.63º | 0.88% | 0.29% | - |
| HSV(B) | 358.63º | 0.94% | 0.55% | - |
| XYZ | 10.98 | 5.8 | 0.89 | - |
| YUV | 48.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 12 | 0 | 0.94 | 0.91 | 0.45 | 358.63 | 0.88 | 0.29 |
| Hex | 8C | 9 | C | 0 | 5E | 5B | 2D | 167 | 58 | 1D |
| Octal | 214 | 11 | 14 | 0 | 136 | 133 | 55 | 547 | 130 | 35 |
| Binary | 10001100 | 1001 | 1100 | 0 | 1011110 | 1011011 | 101101 | 101100111 | 1011000 | 11101 |
Color Harmonies of #8C090C
Complementary color
Monochromatic Colors of #8C090C
Black with #8C090C
Text Example
Text Example
White with #8C090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C090C; }
p { color: rgb(140,9,12); }
H1.HeaderClassName
{
color: #8C090C;
}
.AnyTagClassName
{
color: #8C090C;
}
</style>
background-color css
<style>
a { background-color: #8C090C; }
a { background-color: rgb(140,9,12); }
div.DivClassName
{
background-color: #8C090C;
}
.BgClassName
{
background-color: #8C090C;
}
</style>
border-color css
<style>
span { border-color: #8C090C; }
span { border-color: rgb(140,9,12); }
td.TdClassName
{
border-color: #8C090C;
}
.TagClassName
{
border-color: #8C090C;
}
</style>