Shades of Dark Red #951600
Tints of Dark Red #951600
RGB
CMYK
RGB Variations
Color information
#951600 (or 0x951600) is known color: Dark Red. HEX triplet: 95, 16 and 00. RGB value is (149,22,0). Sum of RGB (Red+Green+Blue) = 149+22+0=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #951600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951600 is #6AE9FF. Grayscale: #393939. Windows color (decimal): -7006720 or 5781. OLE color: 5781.
HSL color Cylindrical-coordinate representation of color #951600: hue angle of 8.86º 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 #951600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.42 |
| HSL | 8.86º | 1% | 0.29% | - |
| HSV(B) | 8.86º | 1% | 0.58% | - |
| XYZ | 12.68 | 6.96 | 0.68 | - |
| YUV | 57.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 0 | 0 | 0.85 | 1 | 0.42 | 8.86 | 1 | 0.29 |
| Hex | 95 | 16 | 0 | 0 | 55 | 64 | 2A | 9 | 64 | 1D |
| Octal | 225 | 26 | 0 | 0 | 125 | 144 | 52 | 11 | 144 | 35 |
| Binary | 10010101 | 10110 | 0 | 0 | 1010101 | 1100100 | 101010 | 1001 | 1100100 | 11101 |
Color Harmonies of #951600
Complementary color
Monochromatic Colors of #951600
Black with #951600
Text Example
Text Example
White with #951600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951600; }
p { color: rgb(149,22,0); }
H1.HeaderClassName
{
color: #951600;
}
.AnyTagClassName
{
color: #951600;
}
</style>
background-color css
<style>
a { background-color: #951600; }
a { background-color: rgb(149,22,0); }
div.DivClassName
{
background-color: #951600;
}
.BgClassName
{
background-color: #951600;
}
</style>
border-color css
<style>
span { border-color: #951600; }
span { border-color: rgb(149,22,0); }
td.TdClassName
{
border-color: #951600;
}
.TagClassName
{
border-color: #951600;
}
</style>