Shades of Dark Red #931007
Tints of Dark Red #931007
RGB
CMYK
RGB Variations
Color information
#931007 (or 0x931007) is known color: Dark Red. HEX triplet: 93, 10 and 07. RGB value is (147,16,7). Sum of RGB (Red+Green+Blue) = 147+16+7=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #931007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931007 is #6CEFF8. Grayscale: #363636. Windows color (decimal): -7139321 or 462995. OLE color: 462995.
HSL color Cylindrical-coordinate representation of color #931007: hue angle of 3.86º 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 #931007 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 7 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.42 |
| HSL | 3.86º | 0.91% | 0.3% | - |
| HSV(B) | 3.86º | 0.95% | 0.58% | - |
| XYZ | 12.26 | 6.59 | 0.83 | - |
| YUV | 54.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 7 | 0 | 0.89 | 0.95 | 0.42 | 3.86 | 0.91 | 0.3 |
| Hex | 93 | 10 | 7 | 0 | 59 | 5F | 2A | 4 | 5B | 1E |
| Octal | 223 | 20 | 7 | 0 | 131 | 137 | 52 | 4 | 133 | 36 |
| Binary | 10010011 | 10000 | 111 | 0 | 1011001 | 1011111 | 101010 | 100 | 1011011 | 11110 |
Color Harmonies of #931007
Complementary color
Monochromatic Colors of #931007
Black with #931007
Text Example
Text Example
White with #931007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931007; }
p { color: rgb(147,16,7); }
H1.HeaderClassName
{
color: #931007;
}
.AnyTagClassName
{
color: #931007;
}
</style>
background-color css
<style>
a { background-color: #931007; }
a { background-color: rgb(147,16,7); }
div.DivClassName
{
background-color: #931007;
}
.BgClassName
{
background-color: #931007;
}
</style>
border-color css
<style>
span { border-color: #931007; }
span { border-color: rgb(147,16,7); }
td.TdClassName
{
border-color: #931007;
}
.TagClassName
{
border-color: #931007;
}
</style>