Shades of Dark Red #941007
Tints of Dark Red #941007
RGB
CMYK
RGB Variations
Color information
#941007 (or 0x941007) is known color: Dark Red. HEX triplet: 94, 10 and 07. RGB value is (148,16,7). Sum of RGB (Red+Green+Blue) = 148+16+7=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #941007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941007 is #6BEFF8. Grayscale: #363636. Windows color (decimal): -7073785 or 462996. OLE color: 462996.
HSL color Cylindrical-coordinate representation of color #941007: hue angle of 3.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #941007 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 16 | 7 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.42 |
| HSL | 3.83º | 0.91% | 0.3% | - |
| HSV(B) | 3.83º | 0.95% | 0.58% | - |
| XYZ | 12.44 | 6.68 | 0.84 | - |
| YUV | 54.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 7 | 0 | 0.89 | 0.95 | 0.42 | 3.83 | 0.91 | 0.3 |
| Hex | 94 | 10 | 7 | 0 | 59 | 5F | 2A | 4 | 5B | 1E |
| Octal | 224 | 20 | 7 | 0 | 131 | 137 | 52 | 4 | 133 | 36 |
| Binary | 10010100 | 10000 | 111 | 0 | 1011001 | 1011111 | 101010 | 100 | 1011011 | 11110 |
Color Harmonies of #941007
Complementary color
Monochromatic Colors of #941007
Black with #941007
Text Example
Text Example
White with #941007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941007; }
p { color: rgb(148,16,7); }
H1.HeaderClassName
{
color: #941007;
}
.AnyTagClassName
{
color: #941007;
}
</style>
background-color css
<style>
a { background-color: #941007; }
a { background-color: rgb(148,16,7); }
div.DivClassName
{
background-color: #941007;
}
.BgClassName
{
background-color: #941007;
}
</style>
border-color css
<style>
span { border-color: #941007; }
span { border-color: rgb(148,16,7); }
td.TdClassName
{
border-color: #941007;
}
.TagClassName
{
border-color: #941007;
}
</style>