Shades of Dark Red #931607
Tints of Dark Red #931607
RGB
CMYK
RGB Variations
Color information
#931607 (or 0x931607) is known color: Dark Red. HEX triplet: 93, 16 and 07. RGB value is (147,22,7). Sum of RGB (Red+Green+Blue) = 147+22+7=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #931607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931607 is #6CE9F8. Grayscale: #393939. Windows color (decimal): -7137785 or 464531. OLE color: 464531.
HSL color Cylindrical-coordinate representation of color #931607: hue angle of 6.43º 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 #931607 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 7 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.42 |
| HSL | 6.43º | 0.91% | 0.3% | - |
| HSV(B) | 6.43º | 0.95% | 0.58% | - |
| XYZ | 12.36 | 6.79 | 0.86 | - |
| YUV | 57.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 7 | 0 | 0.85 | 0.95 | 0.42 | 6.43 | 0.91 | 0.3 |
| Hex | 93 | 16 | 7 | 0 | 55 | 5F | 2A | 6 | 5B | 1E |
| Octal | 223 | 26 | 7 | 0 | 125 | 137 | 52 | 6 | 133 | 36 |
| Binary | 10010011 | 10110 | 111 | 0 | 1010101 | 1011111 | 101010 | 110 | 1011011 | 11110 |
Color Harmonies of #931607
Complementary color
Monochromatic Colors of #931607
Black with #931607
Text Example
Text Example
White with #931607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931607; }
p { color: rgb(147,22,7); }
H1.HeaderClassName
{
color: #931607;
}
.AnyTagClassName
{
color: #931607;
}
</style>
background-color css
<style>
a { background-color: #931607; }
a { background-color: rgb(147,22,7); }
div.DivClassName
{
background-color: #931607;
}
.BgClassName
{
background-color: #931607;
}
</style>
border-color css
<style>
span { border-color: #931607; }
span { border-color: rgb(147,22,7); }
td.TdClassName
{
border-color: #931607;
}
.TagClassName
{
border-color: #931607;
}
</style>