Shades of Dark Red #99130C
Tints of Dark Red #99130C
RGB
CMYK
RGB Variations
Color information
#99130C (or 0x99130C) is known color: Dark Red. HEX triplet: 99, 13 and 0C. RGB value is (153,19,12). Sum of RGB (Red+Green+Blue) = 153+19+12=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #99130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99130C is #66ECF3. Grayscale: #3A3A3A. Windows color (decimal): -6745332 or 791449. OLE color: 791449.
HSL color Cylindrical-coordinate representation of color #99130C: hue angle of 2.98º 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 #99130C is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 12 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.4 |
| HSL | 2.98º | 0.85% | 0.32% | - |
| HSV(B) | 2.98º | 0.92% | 0.6% | - |
| XYZ | 13.44 | 7.26 | 1.04 | - |
| YUV | 58.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 12 | 0 | 0.88 | 0.92 | 0.4 | 2.98 | 0.85 | 0.32 |
| Hex | 99 | 13 | C | 0 | 58 | 5C | 28 | 3 | 55 | 20 |
| Octal | 231 | 23 | 14 | 0 | 130 | 134 | 50 | 3 | 125 | 40 |
| Binary | 10011001 | 10011 | 1100 | 0 | 1011000 | 1011100 | 101000 | 11 | 1010101 | 100000 |
Color Harmonies of #99130C
Complementary color
Monochromatic Colors of #99130C
Black with #99130C
Text Example
Text Example
White with #99130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99130C; }
p { color: rgb(153,19,12); }
H1.HeaderClassName
{
color: #99130C;
}
.AnyTagClassName
{
color: #99130C;
}
</style>
background-color css
<style>
a { background-color: #99130C; }
a { background-color: rgb(153,19,12); }
div.DivClassName
{
background-color: #99130C;
}
.BgClassName
{
background-color: #99130C;
}
</style>
border-color css
<style>
span { border-color: #99130C; }
span { border-color: rgb(153,19,12); }
td.TdClassName
{
border-color: #99130C;
}
.TagClassName
{
border-color: #99130C;
}
</style>