Shades of Dark Red #931107
Tints of Dark Red #931107
RGB
CMYK
RGB Variations
Color information
#931107 (or 0x931107) is known color: Dark Red. HEX triplet: 93, 11 and 07. RGB value is (147,17,7). Sum of RGB (Red+Green+Blue) = 147+17+7=171 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.96% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 147 - color contains mainly: red. Hex color #931107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931107 is #6CEEF8. Grayscale: #363636. Windows color (decimal): -7139065 or 463251. OLE color: 463251.
HSL color Cylindrical-coordinate representation of color #931107: hue angle of 4.29º 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 #931107 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 7 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.42 |
| HSL | 4.29º | 0.91% | 0.3% | - |
| HSV(B) | 4.29º | 0.95% | 0.58% | - |
| XYZ | 12.27 | 6.62 | 0.83 | - |
| YUV | 54.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 7 | 0 | 0.88 | 0.95 | 0.42 | 4.29 | 0.91 | 0.3 |
| Hex | 93 | 11 | 7 | 0 | 58 | 5F | 2A | 4 | 5B | 1E |
| Octal | 223 | 21 | 7 | 0 | 130 | 137 | 52 | 4 | 133 | 36 |
| Binary | 10010011 | 10001 | 111 | 0 | 1011000 | 1011111 | 101010 | 100 | 1011011 | 11110 |
Color Harmonies of #931107
Complementary color
Monochromatic Colors of #931107
Black with #931107
Text Example
Text Example
White with #931107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931107; }
p { color: rgb(147,17,7); }
H1.HeaderClassName
{
color: #931107;
}
.AnyTagClassName
{
color: #931107;
}
</style>
background-color css
<style>
a { background-color: #931107; }
a { background-color: rgb(147,17,7); }
div.DivClassName
{
background-color: #931107;
}
.BgClassName
{
background-color: #931107;
}
</style>
border-color css
<style>
span { border-color: #931107; }
span { border-color: rgb(147,17,7); }
td.TdClassName
{
border-color: #931107;
}
.TagClassName
{
border-color: #931107;
}
</style>