Shades of Dark Red #9B1400
Tints of Dark Red #9B1400
RGB
CMYK
RGB Variations
Color information
#9B1400 (or 0x9B1400) is known color: Dark Red. HEX triplet: 9B, 14 and 00. RGB value is (155,20,0). Sum of RGB (Red+Green+Blue) = 155+20+0=175 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1400 is #64EBFF. Grayscale: #3A3A3A. Windows color (decimal): -6614016 or 5275. OLE color: 5275.
HSL color Cylindrical-coordinate representation of color #9B1400: hue angle of 7.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B1400 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.39 |
| HSL | 7.74º | 1% | 0.3% | - |
| HSV(B) | 7.74º | 1% | 0.61% | - |
| XYZ | 13.77 | 7.47 | 0.72 | - |
| YUV | 58.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 0 | 0 | 0.87 | 1 | 0.39 | 7.74 | 1 | 0.3 |
| Hex | 9B | 14 | 0 | 0 | 57 | 64 | 27 | 8 | 64 | 1E |
| Octal | 233 | 24 | 0 | 0 | 127 | 144 | 47 | 10 | 144 | 36 |
| Binary | 10011011 | 10100 | 0 | 0 | 1010111 | 1100100 | 100111 | 1000 | 1100100 | 11110 |
Color Harmonies of #9B1400
Complementary color
Monochromatic Colors of #9B1400
Black with #9B1400
Text Example
Text Example
White with #9B1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1400; }
p { color: rgb(155,20,0); }
H1.HeaderClassName
{
color: #9B1400;
}
.AnyTagClassName
{
color: #9B1400;
}
</style>
background-color css
<style>
a { background-color: #9B1400; }
a { background-color: rgb(155,20,0); }
div.DivClassName
{
background-color: #9B1400;
}
.BgClassName
{
background-color: #9B1400;
}
</style>
border-color css
<style>
span { border-color: #9B1400; }
span { border-color: rgb(155,20,0); }
td.TdClassName
{
border-color: #9B1400;
}
.TagClassName
{
border-color: #9B1400;
}
</style>