Shades of Dark Red #9A0706
Tints of Dark Red #9A0706
RGB
CMYK
RGB Variations
Color information
#9A0706 (or 0x9A0706) is known color: Dark Red. HEX triplet: 9A, 07 and 06. RGB value is (154,7,6). Sum of RGB (Red+Green+Blue) = 154+7+6=167 (22% of max value = 765). Red value is 154 (60.55% from 255 or 92.22% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0706 is #65F8F9. Grayscale: #323232. Windows color (decimal): -6682874 or 395162. OLE color: 395162.
HSL color Cylindrical-coordinate representation of color #9A0706: hue angle of 0.41º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0706 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 7 | 6 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.40 |
| HSL | 0.41º | 0.93% | 0.31% | - |
| HSV(B) | 0.41º | 0.96% | 0.6% | - |
| XYZ | 13.44 | 7.04 | 0.82 | - |
| YUV | 50.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 6 | 0 | 0.95 | 0.96 | 0.40 | 0.41 | 0.93 | 0.31 |
| Hex | 9A | 7 | 6 | 0 | 5F | 60 | 28 | 0 | 5C | 1F |
| Octal | 232 | 7 | 6 | 0 | 137 | 140 | 50 | 0 | 134 | 37 |
| Binary | 10011010 | 111 | 110 | 0 | 1011111 | 1100000 | 101000 | 0 | 1011100 | 11111 |
Color Harmonies of #9A0706
Complementary color
Monochromatic Colors of #9A0706
Black with #9A0706
Text Example
Text Example
White with #9A0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0706; }
p { color: rgb(154,7,6); }
H1.HeaderClassName
{
color: #9A0706;
}
.AnyTagClassName
{
color: #9A0706;
}
</style>
background-color css
<style>
a { background-color: #9A0706; }
a { background-color: rgb(154,7,6); }
div.DivClassName
{
background-color: #9A0706;
}
.BgClassName
{
background-color: #9A0706;
}
</style>
border-color css
<style>
span { border-color: #9A0706; }
span { border-color: rgb(154,7,6); }
td.TdClassName
{
border-color: #9A0706;
}
.TagClassName
{
border-color: #9A0706;
}
</style>