Shades of Dark Red #991A04
Tints of Dark Red #991A04
RGB
CMYK
RGB Variations
Color information
#991A04 (or 0x991A04) is known color: Dark Red. HEX triplet: 99, 1A and 04. RGB value is (153,26,4). Sum of RGB (Red+Green+Blue) = 153+26+4=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #991A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991A04 is #66E5FB. Grayscale: #3D3D3D. Windows color (decimal): -6743548 or 268953. OLE color: 268953.
HSL color Cylindrical-coordinate representation of color #991A04: hue angle of 8.86º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #991A04 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 26 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.4 |
| HSL | 8.86º | 0.95% | 0.31% | - |
| HSV(B) | 8.86º | 0.97% | 0.6% | - |
| XYZ | 13.53 | 7.52 | 0.85 | - |
| YUV | 61.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 4 | 0 | 0.83 | 0.97 | 0.4 | 8.86 | 0.95 | 0.31 |
| Hex | 99 | 1A | 4 | 0 | 53 | 61 | 28 | 9 | 5F | 1F |
| Octal | 231 | 32 | 4 | 0 | 123 | 141 | 50 | 11 | 137 | 37 |
| Binary | 10011001 | 11010 | 100 | 0 | 1010011 | 1100001 | 101000 | 1001 | 1011111 | 11111 |
Color Harmonies of #991A04
Complementary color
Monochromatic Colors of #991A04
Black with #991A04
Text Example
Text Example
White with #991A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991A04; }
p { color: rgb(153,26,4); }
H1.HeaderClassName
{
color: #991A04;
}
.AnyTagClassName
{
color: #991A04;
}
</style>
background-color css
<style>
a { background-color: #991A04; }
a { background-color: rgb(153,26,4); }
div.DivClassName
{
background-color: #991A04;
}
.BgClassName
{
background-color: #991A04;
}
</style>
border-color css
<style>
span { border-color: #991A04; }
span { border-color: rgb(153,26,4); }
td.TdClassName
{
border-color: #991A04;
}
.TagClassName
{
border-color: #991A04;
}
</style>