Shades of Dark Red #941A00
Tints of Dark Red #941A00
RGB
CMYK
RGB Variations
Color information
#941A00 (or 0x941A00) is known color: Dark Red. HEX triplet: 94, 1A and 00. RGB value is (148,26,0). Sum of RGB (Red+Green+Blue) = 148+26+0=174 (23% of max value = 765). Red value is 148 (58.20% from 255 or 85.06% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 148 - color contains mainly: red. Hex color #941A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941A00 is #6BE5FF. Grayscale: #3B3B3B. Windows color (decimal): -7071232 or 6804. OLE color: 6804.
HSL color Cylindrical-coordinate representation of color #941A00: hue angle of 10.54º 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 #941A00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.42 |
| HSL | 10.54º | 1% | 0.29% | - |
| HSV(B) | 10.54º | 1% | 0.58% | - |
| XYZ | 12.58 | 7.03 | 0.69 | - |
| YUV | 59.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 0 | 0 | 0.82 | 1 | 0.42 | 10.54 | 1 | 0.29 |
| Hex | 94 | 1A | 0 | 0 | 52 | 64 | 2A | B | 64 | 1D |
| Octal | 224 | 32 | 0 | 0 | 122 | 144 | 52 | 13 | 144 | 35 |
| Binary | 10010100 | 11010 | 0 | 0 | 1010010 | 1100100 | 101010 | 1011 | 1100100 | 11101 |
Color Harmonies of #941A00
Complementary color
Monochromatic Colors of #941A00
Black with #941A00
Text Example
Text Example
White with #941A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A00; }
p { color: rgb(148,26,0); }
H1.HeaderClassName
{
color: #941A00;
}
.AnyTagClassName
{
color: #941A00;
}
</style>
background-color css
<style>
a { background-color: #941A00; }
a { background-color: rgb(148,26,0); }
div.DivClassName
{
background-color: #941A00;
}
.BgClassName
{
background-color: #941A00;
}
</style>
border-color css
<style>
span { border-color: #941A00; }
span { border-color: rgb(148,26,0); }
td.TdClassName
{
border-color: #941A00;
}
.TagClassName
{
border-color: #941A00;
}
</style>