Shades of Dark Red #9B1109
Tints of Dark Red #9B1109
RGB
CMYK
RGB Variations
Color information
#9B1109 (or 0x9B1109) is known color: Dark Red. HEX triplet: 9B, 11 and 09. RGB value is (155,17,9). Sum of RGB (Red+Green+Blue) = 155+17+9=181 (23% of max value = 765). Red value is 155 (60.94% from 255 or 85.64% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1109 is #64EEF6. Grayscale: #393939. Windows color (decimal): -6614775 or 594331. OLE color: 594331.
HSL color Cylindrical-coordinate representation of color #9B1109: hue angle of 3.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B1109 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 9 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.39 |
| HSL | 3.29º | 0.89% | 0.32% | - |
| HSV(B) | 3.29º | 0.94% | 0.61% | - |
| XYZ | 13.77 | 7.39 | 0.96 | - |
| YUV | 57.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 9 | 0 | 0.89 | 0.94 | 0.39 | 3.29 | 0.89 | 0.32 |
| Hex | 9B | 11 | 9 | 0 | 59 | 5E | 27 | 3 | 59 | 20 |
| Octal | 233 | 21 | 11 | 0 | 131 | 136 | 47 | 3 | 131 | 40 |
| Binary | 10011011 | 10001 | 1001 | 0 | 1011001 | 1011110 | 100111 | 11 | 1011001 | 100000 |
Color Harmonies of #9B1109
Complementary color
Monochromatic Colors of #9B1109
Black with #9B1109
Text Example
Text Example
White with #9B1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1109; }
p { color: rgb(155,17,9); }
H1.HeaderClassName
{
color: #9B1109;
}
.AnyTagClassName
{
color: #9B1109;
}
</style>
background-color css
<style>
a { background-color: #9B1109; }
a { background-color: rgb(155,17,9); }
div.DivClassName
{
background-color: #9B1109;
}
.BgClassName
{
background-color: #9B1109;
}
</style>
border-color css
<style>
span { border-color: #9B1109; }
span { border-color: rgb(155,17,9); }
td.TdClassName
{
border-color: #9B1109;
}
.TagClassName
{
border-color: #9B1109;
}
</style>