Shades of Dark Red #9A1605
Tints of Dark Red #9A1605
RGB
CMYK
RGB Variations
Color information
#9A1605 (or 0x9A1605) is known color: Dark Red. HEX triplet: 9A, 16 and 05. RGB value is (154,22,5). Sum of RGB (Red+Green+Blue) = 154+22+5=181 (23% of max value = 765). Red value is 154 (60.55% from 255 or 85.08% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1605 is #65E9FA. Grayscale: #3B3B3B. Windows color (decimal): -6679035 or 333466. OLE color: 333466.
HSL color Cylindrical-coordinate representation of color #9A1605: hue angle of 6.85º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A1605 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 5 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.40 |
| HSL | 6.85º | 0.94% | 0.31% | - |
| HSV(B) | 6.85º | 0.97% | 0.6% | - |
| XYZ | 13.64 | 7.45 | 0.86 | - |
| YUV | 59.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 5 | 0 | 0.86 | 0.97 | 0.40 | 6.85 | 0.94 | 0.31 |
| Hex | 9A | 16 | 5 | 0 | 56 | 61 | 28 | 7 | 5E | 1F |
| Octal | 232 | 26 | 5 | 0 | 126 | 141 | 50 | 7 | 136 | 37 |
| Binary | 10011010 | 10110 | 101 | 0 | 1010110 | 1100001 | 101000 | 111 | 1011110 | 11111 |
Color Harmonies of #9A1605
Complementary color
Monochromatic Colors of #9A1605
Black with #9A1605
Text Example
Text Example
White with #9A1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1605; }
p { color: rgb(154,22,5); }
H1.HeaderClassName
{
color: #9A1605;
}
.AnyTagClassName
{
color: #9A1605;
}
</style>
background-color css
<style>
a { background-color: #9A1605; }
a { background-color: rgb(154,22,5); }
div.DivClassName
{
background-color: #9A1605;
}
.BgClassName
{
background-color: #9A1605;
}
</style>
border-color css
<style>
span { border-color: #9A1605; }
span { border-color: rgb(154,22,5); }
td.TdClassName
{
border-color: #9A1605;
}
.TagClassName
{
border-color: #9A1605;
}
</style>