Shades of Dark Red #90100B
Tints of Dark Red #90100B
RGB
CMYK
RGB Variations
Color information
#90100B (or 0x90100B) is known color: Dark Red. HEX triplet: 90, 10 and 0B. RGB value is (144,16,11). Sum of RGB (Red+Green+Blue) = 144+16+11=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #90100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90100B is #6FEFF4. Grayscale: #353535. Windows color (decimal): -7335925 or 725136. OLE color: 725136.
HSL color Cylindrical-coordinate representation of color #90100B: hue angle of 2.26º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90100B is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 11 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.44 |
| HSL | 2.26º | 0.86% | 0.3% | - |
| HSV(B) | 2.26º | 0.92% | 0.56% | - |
| XYZ | 11.75 | 6.32 | 0.92 | - |
| YUV | 53.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 11 | 0 | 0.89 | 0.92 | 0.44 | 2.26 | 0.86 | 0.3 |
| Hex | 90 | 10 | B | 0 | 59 | 5C | 2C | 2 | 56 | 1E |
| Octal | 220 | 20 | 13 | 0 | 131 | 134 | 54 | 2 | 126 | 36 |
| Binary | 10010000 | 10000 | 1011 | 0 | 1011001 | 1011100 | 101100 | 10 | 1010110 | 11110 |
Color Harmonies of #90100B
Complementary color
Monochromatic Colors of #90100B
Black with #90100B
Text Example
Text Example
White with #90100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90100B; }
p { color: rgb(144,16,11); }
H1.HeaderClassName
{
color: #90100B;
}
.AnyTagClassName
{
color: #90100B;
}
</style>
background-color css
<style>
a { background-color: #90100B; }
a { background-color: rgb(144,16,11); }
div.DivClassName
{
background-color: #90100B;
}
.BgClassName
{
background-color: #90100B;
}
</style>
border-color css
<style>
span { border-color: #90100B; }
span { border-color: rgb(144,16,11); }
td.TdClassName
{
border-color: #90100B;
}
.TagClassName
{
border-color: #90100B;
}
</style>