Shades of Dark Red #960700
Tints of Dark Red #960700
RGB
CMYK
RGB Variations
Color information
#960700 (or 0x960700) is known color: Dark Red. HEX triplet: 96, 07 and 00. RGB value is (150,7,0). Sum of RGB (Red+Green+Blue) = 150+7+0=157 (20% of max value = 765). Red value is 150 (58.98% from 255 or 95.54% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 150 - color contains mainly: red. Hex color #960700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960700 is #69F8FF. Grayscale: #313131. Windows color (decimal): -6945024 or 1942. OLE color: 1942.
HSL color Cylindrical-coordinate representation of color #960700: hue angle of 2.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960700 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.41 |
| HSL | 2.8º | 1% | 0.29% | - |
| HSV(B) | 2.8º | 1% | 0.59% | - |
| XYZ | 12.65 | 6.64 | 0.61 | - |
| YUV | 48.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 0 | 0 | 0.95 | 1 | 0.41 | 2.8 | 1 | 0.29 |
| Hex | 96 | 7 | 0 | 0 | 5F | 64 | 29 | 3 | 64 | 1D |
| Octal | 226 | 7 | 0 | 0 | 137 | 144 | 51 | 3 | 144 | 35 |
| Binary | 10010110 | 111 | 0 | 0 | 1011111 | 1100100 | 101001 | 11 | 1100100 | 11101 |
Color Harmonies of #960700
Complementary color
Monochromatic Colors of #960700
Black with #960700
Text Example
Text Example
White with #960700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960700; }
p { color: rgb(150,7,0); }
H1.HeaderClassName
{
color: #960700;
}
.AnyTagClassName
{
color: #960700;
}
</style>
background-color css
<style>
a { background-color: #960700; }
a { background-color: rgb(150,7,0); }
div.DivClassName
{
background-color: #960700;
}
.BgClassName
{
background-color: #960700;
}
</style>
border-color css
<style>
span { border-color: #960700; }
span { border-color: rgb(150,7,0); }
td.TdClassName
{
border-color: #960700;
}
.TagClassName
{
border-color: #960700;
}
</style>