Shades of Sangria #8C010B
Tints of Sangria #8C010B
RGB
CMYK
RGB Variations
Color information
#8C010B (or 0x8C010B) is known color: Sangria. HEX triplet: 8C, 01 and 0B. RGB value is (140,1,11). Sum of RGB (Red+Green+Blue) = 140+1+11=152 (20% of max value = 765). Red value is 140 (55.08% from 255 or 92.11% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 140 - color contains mainly: red. Hex color #8C010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C010B is #73FEF4. Grayscale: #2B2B2B. Windows color (decimal): -7601909 or 721292. OLE color: 721292.
HSL color Cylindrical-coordinate representation of color #8C010B: hue angle of 355.68º degrees, saturation: 0.99, 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 #8C010B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.45 |
| HSL | 355.68º | 0.99% | 0.28% | - |
| HSV(B) | 355.68º | 0.99% | 0.55% | - |
| XYZ | 10.89 | 5.62 | 0.83 | - |
| YUV | 43.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 11 | 0 | 0.99 | 0.92 | 0.45 | 355.68 | 0.99 | 0.28 |
| Hex | 8C | 1 | B | 0 | 63 | 5C | 2D | 164 | 63 | 1C |
| Octal | 214 | 1 | 13 | 0 | 143 | 134 | 55 | 544 | 143 | 34 |
| Binary | 10001100 | 1 | 1011 | 0 | 1100011 | 1011100 | 101101 | 101100100 | 1100011 | 11100 |
Color Harmonies of #8C010B
Complementary color
Monochromatic Colors of #8C010B
Black with #8C010B
Text Example
Text Example
White with #8C010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C010B; }
p { color: rgb(140,1,11); }
H1.HeaderClassName
{
color: #8C010B;
}
.AnyTagClassName
{
color: #8C010B;
}
</style>
background-color css
<style>
a { background-color: #8C010B; }
a { background-color: rgb(140,1,11); }
div.DivClassName
{
background-color: #8C010B;
}
.BgClassName
{
background-color: #8C010B;
}
</style>
border-color css
<style>
span { border-color: #8C010B; }
span { border-color: rgb(140,1,11); }
td.TdClassName
{
border-color: #8C010B;
}
.TagClassName
{
border-color: #8C010B;
}
</style>