Shades of Dark Red #961407
Tints of Dark Red #961407
RGB
CMYK
RGB Variations
Color information
#961407 (or 0x961407) is known color: Dark Red. HEX triplet: 96, 14 and 07. RGB value is (150,20,7). Sum of RGB (Red+Green+Blue) = 150+20+7=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #961407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961407 is #69EBF8. Grayscale: #393939. Windows color (decimal): -6941689 or 464022. OLE color: 464022.
HSL color Cylindrical-coordinate representation of color #961407: hue angle of 5.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #961407 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 7 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.41 |
| HSL | 5.45º | 0.91% | 0.31% | - |
| HSV(B) | 5.45º | 0.95% | 0.59% | - |
| XYZ | 12.87 | 7 | 0.87 | - |
| YUV | 57.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 7 | 0 | 0.87 | 0.95 | 0.41 | 5.45 | 0.91 | 0.31 |
| Hex | 96 | 14 | 7 | 0 | 57 | 5F | 29 | 5 | 5B | 1F |
| Octal | 226 | 24 | 7 | 0 | 127 | 137 | 51 | 5 | 133 | 37 |
| Binary | 10010110 | 10100 | 111 | 0 | 1010111 | 1011111 | 101001 | 101 | 1011011 | 11111 |
Color Harmonies of #961407
Complementary color
Monochromatic Colors of #961407
Black with #961407
Text Example
Text Example
White with #961407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961407; }
p { color: rgb(150,20,7); }
H1.HeaderClassName
{
color: #961407;
}
.AnyTagClassName
{
color: #961407;
}
</style>
background-color css
<style>
a { background-color: #961407; }
a { background-color: rgb(150,20,7); }
div.DivClassName
{
background-color: #961407;
}
.BgClassName
{
background-color: #961407;
}
</style>
border-color css
<style>
span { border-color: #961407; }
span { border-color: rgb(150,20,7); }
td.TdClassName
{
border-color: #961407;
}
.TagClassName
{
border-color: #961407;
}
</style>