Shades of Dark Red #99100C
Tints of Dark Red #99100C
RGB
CMYK
RGB Variations
Color information
#99100C (or 0x99100C) is known color: Dark Red. HEX triplet: 99, 10 and 0C. RGB value is (153,16,12). Sum of RGB (Red+Green+Blue) = 153+16+12=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #99100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99100C is #66EFF3. Grayscale: #383838. Windows color (decimal): -6746100 or 790681. OLE color: 790681.
HSL color Cylindrical-coordinate representation of color #99100C: hue angle of 1.7º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99100C is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 12 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.4 |
| HSL | 1.7º | 0.85% | 0.32% | - |
| HSV(B) | 1.7º | 0.92% | 0.6% | - |
| XYZ | 13.39 | 7.17 | 1.03 | - |
| YUV | 56.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 12 | 0 | 0.90 | 0.92 | 0.4 | 1.7 | 0.85 | 0.32 |
| Hex | 99 | 10 | C | 0 | 5A | 5C | 28 | 2 | 55 | 20 |
| Octal | 231 | 20 | 14 | 0 | 132 | 134 | 50 | 2 | 125 | 40 |
| Binary | 10011001 | 10000 | 1100 | 0 | 1011010 | 1011100 | 101000 | 10 | 1010101 | 100000 |
Color Harmonies of #99100C
Complementary color
Monochromatic Colors of #99100C
Black with #99100C
Text Example
Text Example
White with #99100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99100C; }
p { color: rgb(153,16,12); }
H1.HeaderClassName
{
color: #99100C;
}
.AnyTagClassName
{
color: #99100C;
}
</style>
background-color css
<style>
a { background-color: #99100C; }
a { background-color: rgb(153,16,12); }
div.DivClassName
{
background-color: #99100C;
}
.BgClassName
{
background-color: #99100C;
}
</style>
border-color css
<style>
span { border-color: #99100C; }
span { border-color: rgb(153,16,12); }
td.TdClassName
{
border-color: #99100C;
}
.TagClassName
{
border-color: #99100C;
}
</style>