Shades of Dark Red #9B1705
Tints of Dark Red #9B1705
RGB
CMYK
RGB Variations
Color information
#9B1705 (or 0x9B1705) is known color: Dark Red. HEX triplet: 9B, 17 and 05. RGB value is (155,23,5). Sum of RGB (Red+Green+Blue) = 155+23+5=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1705 is #64E8FA. Grayscale: #3C3C3C. Windows color (decimal): -6613243 or 333723. OLE color: 333723.
HSL color Cylindrical-coordinate representation of color #9B1705: hue angle of 7.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B1705 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.39 |
| HSL | 7.2º | 0.94% | 0.31% | - |
| HSV(B) | 7.2º | 0.97% | 0.61% | - |
| XYZ | 13.85 | 7.59 | 0.88 | - |
| YUV | 60.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 5 | 0 | 0.85 | 0.97 | 0.39 | 7.2 | 0.94 | 0.31 |
| Hex | 9B | 17 | 5 | 0 | 55 | 61 | 27 | 7 | 5E | 1F |
| Octal | 233 | 27 | 5 | 0 | 125 | 141 | 47 | 7 | 136 | 37 |
| Binary | 10011011 | 10111 | 101 | 0 | 1010101 | 1100001 | 100111 | 111 | 1011110 | 11111 |
Color Harmonies of #9B1705
Complementary color
Monochromatic Colors of #9B1705
Black with #9B1705
Text Example
Text Example
White with #9B1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1705; }
p { color: rgb(155,23,5); }
H1.HeaderClassName
{
color: #9B1705;
}
.AnyTagClassName
{
color: #9B1705;
}
</style>
background-color css
<style>
a { background-color: #9B1705; }
a { background-color: rgb(155,23,5); }
div.DivClassName
{
background-color: #9B1705;
}
.BgClassName
{
background-color: #9B1705;
}
</style>
border-color css
<style>
span { border-color: #9B1705; }
span { border-color: rgb(155,23,5); }
td.TdClassName
{
border-color: #9B1705;
}
.TagClassName
{
border-color: #9B1705;
}
</style>