Shades of Dark Red #950500
Tints of Dark Red #950500
RGB
CMYK
RGB Variations
Color information
#950500 (or 0x950500) is known color: Dark Red. HEX triplet: 95, 05 and 00. RGB value is (149,5,0). Sum of RGB (Red+Green+Blue) = 149+5+0=154 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.75% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 149 - color contains mainly: red. Hex color #950500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950500 is #6AFAFF. Grayscale: #2F2F2F. Windows color (decimal): -7011072 or 1429. OLE color: 1429.
HSL color Cylindrical-coordinate representation of color #950500: hue angle of 2.01º 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 #950500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.42 |
| HSL | 2.01º | 1% | 0.29% | - |
| HSV(B) | 2.01º | 1% | 0.58% | - |
| XYZ | 12.45 | 6.5 | 0.6 | - |
| YUV | 47.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 0 | 0 | 0.97 | 1 | 0.42 | 2.01 | 1 | 0.29 |
| Hex | 95 | 5 | 0 | 0 | 61 | 64 | 2A | 2 | 64 | 1D |
| Octal | 225 | 5 | 0 | 0 | 141 | 144 | 52 | 2 | 144 | 35 |
| Binary | 10010101 | 101 | 0 | 0 | 1100001 | 1100100 | 101010 | 10 | 1100100 | 11101 |
Color Harmonies of #950500
Complementary color
Monochromatic Colors of #950500
Black with #950500
Text Example
Text Example
White with #950500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950500; }
p { color: rgb(149,5,0); }
H1.HeaderClassName
{
color: #950500;
}
.AnyTagClassName
{
color: #950500;
}
</style>
background-color css
<style>
a { background-color: #950500; }
a { background-color: rgb(149,5,0); }
div.DivClassName
{
background-color: #950500;
}
.BgClassName
{
background-color: #950500;
}
</style>
border-color css
<style>
span { border-color: #950500; }
span { border-color: rgb(149,5,0); }
td.TdClassName
{
border-color: #950500;
}
.TagClassName
{
border-color: #950500;
}
</style>