Shades of Dark Red #99150B
Tints of Dark Red #99150B
RGB
CMYK
RGB Variations
Color information
#99150B (or 0x99150B) is known color: Dark Red. HEX triplet: 99, 15 and 0B. RGB value is (153,21,11). Sum of RGB (Red+Green+Blue) = 153+21+11=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #99150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99150B is #66EAF4. Grayscale: #3B3B3B. Windows color (decimal): -6744821 or 726425. OLE color: 726425.
HSL color Cylindrical-coordinate representation of color #99150B: hue angle of 4.23º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99150B is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 21 | 11 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.4 |
| HSL | 4.23º | 0.87% | 0.32% | - |
| HSV(B) | 4.23º | 0.93% | 0.6% | - |
| XYZ | 13.47 | 7.33 | 1.02 | - |
| YUV | 59.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 11 | 0 | 0.86 | 0.93 | 0.4 | 4.23 | 0.87 | 0.32 |
| Hex | 99 | 15 | B | 0 | 56 | 5D | 28 | 4 | 57 | 20 |
| Octal | 231 | 25 | 13 | 0 | 126 | 135 | 50 | 4 | 127 | 40 |
| Binary | 10011001 | 10101 | 1011 | 0 | 1010110 | 1011101 | 101000 | 100 | 1010111 | 100000 |
Color Harmonies of #99150B
Complementary color
Monochromatic Colors of #99150B
Black with #99150B
Text Example
Text Example
White with #99150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99150B; }
p { color: rgb(153,21,11); }
H1.HeaderClassName
{
color: #99150B;
}
.AnyTagClassName
{
color: #99150B;
}
</style>
background-color css
<style>
a { background-color: #99150B; }
a { background-color: rgb(153,21,11); }
div.DivClassName
{
background-color: #99150B;
}
.BgClassName
{
background-color: #99150B;
}
</style>
border-color css
<style>
span { border-color: #99150B; }
span { border-color: rgb(153,21,11); }
td.TdClassName
{
border-color: #99150B;
}
.TagClassName
{
border-color: #99150B;
}
</style>