Shades of Dark Red #99130D
Tints of Dark Red #99130D
RGB
CMYK
RGB Variations
Color information
#99130D (or 0x99130D) is known color: Dark Red. HEX triplet: 99, 13 and 0D. RGB value is (153,19,13). Sum of RGB (Red+Green+Blue) = 153+19+13=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #99130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99130D is #66ECF2. Grayscale: #3A3A3A. Windows color (decimal): -6745331 or 856985. OLE color: 856985.
HSL color Cylindrical-coordinate representation of color #99130D: hue angle of 2.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99130D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.4 |
| HSL | 2.57º | 0.84% | 0.33% | - |
| HSV(B) | 2.57º | 0.92% | 0.6% | - |
| XYZ | 13.44 | 7.27 | 1.07 | - |
| YUV | 58.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 13 | 0 | 0.88 | 0.92 | 0.4 | 2.57 | 0.84 | 0.33 |
| Hex | 99 | 13 | D | 0 | 58 | 5C | 28 | 3 | 54 | 21 |
| Octal | 231 | 23 | 15 | 0 | 130 | 134 | 50 | 3 | 124 | 41 |
| Binary | 10011001 | 10011 | 1101 | 0 | 1011000 | 1011100 | 101000 | 11 | 1010100 | 100001 |
Color Harmonies of #99130D
Complementary color
Monochromatic Colors of #99130D
Black with #99130D
Text Example
Text Example
White with #99130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99130D; }
p { color: rgb(153,19,13); }
H1.HeaderClassName
{
color: #99130D;
}
.AnyTagClassName
{
color: #99130D;
}
</style>
background-color css
<style>
a { background-color: #99130D; }
a { background-color: rgb(153,19,13); }
div.DivClassName
{
background-color: #99130D;
}
.BgClassName
{
background-color: #99130D;
}
</style>
border-color css
<style>
span { border-color: #99130D; }
span { border-color: rgb(153,19,13); }
td.TdClassName
{
border-color: #99130D;
}
.TagClassName
{
border-color: #99130D;
}
</style>