Shades of Dark Red #951000
Tints of Dark Red #951000
RGB
CMYK
RGB Variations
Color information
#951000 (or 0x951000) is known color: Dark Red. HEX triplet: 95, 10 and 00. RGB value is (149,16,0). Sum of RGB (Red+Green+Blue) = 149+16+0=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #951000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951000 is #6AEFFF. Grayscale: #363636. Windows color (decimal): -7008256 or 4245. OLE color: 4245.
HSL color Cylindrical-coordinate representation of color #951000: hue angle of 6.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #951000 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.42 |
| HSL | 6.44º | 1% | 0.29% | - |
| HSV(B) | 6.44º | 1% | 0.58% | - |
| XYZ | 12.58 | 6.76 | 0.64 | - |
| YUV | 53.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 0 | 0 | 0.89 | 1 | 0.42 | 6.44 | 1 | 0.29 |
| Hex | 95 | 10 | 0 | 0 | 59 | 64 | 2A | 6 | 64 | 1D |
| Octal | 225 | 20 | 0 | 0 | 131 | 144 | 52 | 6 | 144 | 35 |
| Binary | 10010101 | 10000 | 0 | 0 | 1011001 | 1100100 | 101010 | 110 | 1100100 | 11101 |
Color Harmonies of #951000
Complementary color
Monochromatic Colors of #951000
Black with #951000
Text Example
Text Example
White with #951000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951000; }
p { color: rgb(149,16,0); }
H1.HeaderClassName
{
color: #951000;
}
.AnyTagClassName
{
color: #951000;
}
</style>
background-color css
<style>
a { background-color: #951000; }
a { background-color: rgb(149,16,0); }
div.DivClassName
{
background-color: #951000;
}
.BgClassName
{
background-color: #951000;
}
</style>
border-color css
<style>
span { border-color: #951000; }
span { border-color: rgb(149,16,0); }
td.TdClassName
{
border-color: #951000;
}
.TagClassName
{
border-color: #951000;
}
</style>