Shades of Sangria #8C000B
Tints of Sangria #8C000B
RGB
CMYK
RGB Variations
Color information
#8C000B (or 0x8C000B) is known color: Sangria. HEX triplet: 8C, 00 and 0B. RGB value is (140,0,11). Sum of RGB (Red+Green+Blue) = 140+0+11=151 (20% of max value = 765). Red value is 140 (55.08% from 255 or 92.72% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 140 - color contains mainly: red. Hex color #8C000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C000B is #73FFF4. Grayscale: #2B2B2B. Windows color (decimal): -7602165 or 721036. OLE color: 721036.
HSL color Cylindrical-coordinate representation of color #8C000B: hue angle of 355.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C000B is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.92 | 0.45 |
| HSL | 355.29º | 1% | 0.27% | - |
| HSV(B) | 355.29º | 1% | 0.55% | - |
| XYZ | 10.88 | 5.6 | 0.82 | - |
| YUV | 43.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 11 | 0 | 1 | 0.92 | 0.45 | 355.29 | 1 | 0.27 |
| Hex | 8C | 0 | B | 0 | 64 | 5C | 2D | 163 | 64 | 1B |
| Octal | 214 | 0 | 13 | 0 | 144 | 134 | 55 | 543 | 144 | 33 |
| Binary | 10001100 | 0 | 1011 | 0 | 1100100 | 1011100 | 101101 | 101100011 | 1100100 | 11011 |
Color Harmonies of #8C000B
Complementary color
Monochromatic Colors of #8C000B
Black with #8C000B
Text Example
Text Example
White with #8C000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C000B; }
p { color: rgb(140,0,11); }
H1.HeaderClassName
{
color: #8C000B;
}
.AnyTagClassName
{
color: #8C000B;
}
</style>
background-color css
<style>
a { background-color: #8C000B; }
a { background-color: rgb(140,0,11); }
div.DivClassName
{
background-color: #8C000B;
}
.BgClassName
{
background-color: #8C000B;
}
</style>
border-color css
<style>
span { border-color: #8C000B; }
span { border-color: rgb(140,0,11); }
td.TdClassName
{
border-color: #8C000B;
}
.TagClassName
{
border-color: #8C000B;
}
</style>