Shades of Dark Red #9B1001
Tints of Dark Red #9B1001
RGB
CMYK
RGB Variations
Color information
#9B1001 (or 0x9B1001) is known color: Dark Red. HEX triplet: 9B, 10 and 01. RGB value is (155,16,1). Sum of RGB (Red+Green+Blue) = 155+16+1=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1001 is #64EFFE. Grayscale: #383838. Windows color (decimal): -6615039 or 69787. OLE color: 69787.
HSL color Cylindrical-coordinate representation of color #9B1001: hue angle of 5.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B1001 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.39 |
| HSL | 5.84º | 0.99% | 0.31% | - |
| HSV(B) | 5.84º | 0.99% | 0.61% | - |
| XYZ | 13.71 | 7.34 | 0.72 | - |
| YUV | 55.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 1 | 0 | 0.90 | 0.99 | 0.39 | 5.84 | 0.99 | 0.31 |
| Hex | 9B | 10 | 1 | 0 | 5A | 63 | 27 | 6 | 63 | 1F |
| Octal | 233 | 20 | 1 | 0 | 132 | 143 | 47 | 6 | 143 | 37 |
| Binary | 10011011 | 10000 | 1 | 0 | 1011010 | 1100011 | 100111 | 110 | 1100011 | 11111 |
Color Harmonies of #9B1001
Complementary color
Monochromatic Colors of #9B1001
Black with #9B1001
Text Example
Text Example
White with #9B1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1001; }
p { color: rgb(155,16,1); }
H1.HeaderClassName
{
color: #9B1001;
}
.AnyTagClassName
{
color: #9B1001;
}
</style>
background-color css
<style>
a { background-color: #9B1001; }
a { background-color: rgb(155,16,1); }
div.DivClassName
{
background-color: #9B1001;
}
.BgClassName
{
background-color: #9B1001;
}
</style>
border-color css
<style>
span { border-color: #9B1001; }
span { border-color: rgb(155,16,1); }
td.TdClassName
{
border-color: #9B1001;
}
.TagClassName
{
border-color: #9B1001;
}
</style>