Shades of Dark Red #951A04
Tints of Dark Red #951A04
RGB
CMYK
RGB Variations
Color information
#951A04 (or 0x951A04) is known color: Dark Red. HEX triplet: 95, 1A and 04. RGB value is (149,26,4). Sum of RGB (Red+Green+Blue) = 149+26+4=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #951A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A04 is #6AE5FB. Grayscale: #3C3C3C. Windows color (decimal): -7005692 or 268949. OLE color: 268949.
HSL color Cylindrical-coordinate representation of color #951A04: hue angle of 9.1º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #951A04 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.42 |
| HSL | 9.1º | 0.95% | 0.3% | - |
| HSV(B) | 9.1º | 0.97% | 0.58% | - |
| XYZ | 12.79 | 7.14 | 0.82 | - |
| YUV | 60.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 4 | 0 | 0.83 | 0.97 | 0.42 | 9.1 | 0.95 | 0.3 |
| Hex | 95 | 1A | 4 | 0 | 53 | 61 | 2A | 9 | 5F | 1E |
| Octal | 225 | 32 | 4 | 0 | 123 | 141 | 52 | 11 | 137 | 36 |
| Binary | 10010101 | 11010 | 100 | 0 | 1010011 | 1100001 | 101010 | 1001 | 1011111 | 11110 |
Color Harmonies of #951A04
Complementary color
Monochromatic Colors of #951A04
Black with #951A04
Text Example
Text Example
White with #951A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A04; }
p { color: rgb(149,26,4); }
H1.HeaderClassName
{
color: #951A04;
}
.AnyTagClassName
{
color: #951A04;
}
</style>
background-color css
<style>
a { background-color: #951A04; }
a { background-color: rgb(149,26,4); }
div.DivClassName
{
background-color: #951A04;
}
.BgClassName
{
background-color: #951A04;
}
</style>
border-color css
<style>
span { border-color: #951A04; }
span { border-color: rgb(149,26,4); }
td.TdClassName
{
border-color: #951A04;
}
.TagClassName
{
border-color: #951A04;
}
</style>