Shades of Sangria #8C010D
Tints of Sangria #8C010D
RGB
CMYK
RGB Variations
Color information
#8C010D (or 0x8C010D) is known color: Sangria. HEX triplet: 8C, 01 and 0D. RGB value is (140,1,13). Sum of RGB (Red+Green+Blue) = 140+1+13=154 (20% of max value = 765). Red value is 140 (55.08% from 255 or 90.91% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 140 - color contains mainly: red. Hex color #8C010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C010D is #73FEF2. Grayscale: #2C2C2C. Windows color (decimal): -7601907 or 852364. OLE color: 852364.
HSL color Cylindrical-coordinate representation of color #8C010D: hue angle of 354.82º 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 #8C010D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.45 |
| HSL | 354.82º | 0.99% | 0.28% | - |
| HSV(B) | 354.82º | 0.99% | 0.55% | - |
| XYZ | 10.9 | 5.63 | 0.89 | - |
| YUV | 43.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 13 | 0 | 0.99 | 0.91 | 0.45 | 354.82 | 0.99 | 0.28 |
| Hex | 8C | 1 | D | 0 | 63 | 5B | 2D | 163 | 63 | 1C |
| Octal | 214 | 1 | 15 | 0 | 143 | 133 | 55 | 543 | 143 | 34 |
| Binary | 10001100 | 1 | 1101 | 0 | 1100011 | 1011011 | 101101 | 101100011 | 1100011 | 11100 |
Color Harmonies of #8C010D
Complementary color
Monochromatic Colors of #8C010D
Black with #8C010D
Text Example
Text Example
White with #8C010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C010D; }
p { color: rgb(140,1,13); }
H1.HeaderClassName
{
color: #8C010D;
}
.AnyTagClassName
{
color: #8C010D;
}
</style>
background-color css
<style>
a { background-color: #8C010D; }
a { background-color: rgb(140,1,13); }
div.DivClassName
{
background-color: #8C010D;
}
.BgClassName
{
background-color: #8C010D;
}
</style>
border-color css
<style>
span { border-color: #8C010D; }
span { border-color: rgb(140,1,13); }
td.TdClassName
{
border-color: #8C010D;
}
.TagClassName
{
border-color: #8C010D;
}
</style>