Shades of Dark Red #951007
Tints of Dark Red #951007
RGB
CMYK
RGB Variations
Color information
#951007 (or 0x951007) is known color: Dark Red. HEX triplet: 95, 10 and 07. RGB value is (149,16,7). Sum of RGB (Red+Green+Blue) = 149+16+7=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #951007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951007 is #6AEFF8. Grayscale: #363636. Windows color (decimal): -7008249 or 462997. OLE color: 462997.
HSL color Cylindrical-coordinate representation of color #951007: hue angle of 3.8º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #951007 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 7 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.42 |
| HSL | 3.8º | 0.91% | 0.31% | - |
| HSV(B) | 3.8º | 0.95% | 0.58% | - |
| XYZ | 12.62 | 6.78 | 0.84 | - |
| YUV | 54.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 7 | 0 | 0.89 | 0.95 | 0.42 | 3.8 | 0.91 | 0.31 |
| Hex | 95 | 10 | 7 | 0 | 59 | 5F | 2A | 4 | 5B | 1F |
| Octal | 225 | 20 | 7 | 0 | 131 | 137 | 52 | 4 | 133 | 37 |
| Binary | 10010101 | 10000 | 111 | 0 | 1011001 | 1011111 | 101010 | 100 | 1011011 | 11111 |
Color Harmonies of #951007
Complementary color
Monochromatic Colors of #951007
Black with #951007
Text Example
Text Example
White with #951007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951007; }
p { color: rgb(149,16,7); }
H1.HeaderClassName
{
color: #951007;
}
.AnyTagClassName
{
color: #951007;
}
</style>
background-color css
<style>
a { background-color: #951007; }
a { background-color: rgb(149,16,7); }
div.DivClassName
{
background-color: #951007;
}
.BgClassName
{
background-color: #951007;
}
</style>
border-color css
<style>
span { border-color: #951007; }
span { border-color: rgb(149,16,7); }
td.TdClassName
{
border-color: #951007;
}
.TagClassName
{
border-color: #951007;
}
</style>