Shades of Dark Red #931900
Tints of Dark Red #931900
RGB
CMYK
RGB Variations
Color information
#931900 (or 0x931900) is known color: Dark Red. HEX triplet: 93, 19 and 00. RGB value is (147,25,0). Sum of RGB (Red+Green+Blue) = 147+25+0=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #931900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931900 is #6CE6FF. Grayscale: #3A3A3A. Windows color (decimal): -7137024 or 6547. OLE color: 6547.
HSL color Cylindrical-coordinate representation of color #931900: hue angle of 10.2º 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 #931900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.42 |
| HSL | 10.2º | 1% | 0.29% | - |
| HSV(B) | 10.2º | 1% | 0.58% | - |
| XYZ | 12.38 | 6.9 | 0.68 | - |
| YUV | 58.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 0 | 0 | 0.83 | 1 | 0.42 | 10.2 | 1 | 0.29 |
| Hex | 93 | 19 | 0 | 0 | 53 | 64 | 2A | A | 64 | 1D |
| Octal | 223 | 31 | 0 | 0 | 123 | 144 | 52 | 12 | 144 | 35 |
| Binary | 10010011 | 11001 | 0 | 0 | 1010011 | 1100100 | 101010 | 1010 | 1100100 | 11101 |
Color Harmonies of #931900
Complementary color
Monochromatic Colors of #931900
Black with #931900
Text Example
Text Example
White with #931900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931900; }
p { color: rgb(147,25,0); }
H1.HeaderClassName
{
color: #931900;
}
.AnyTagClassName
{
color: #931900;
}
</style>
background-color css
<style>
a { background-color: #931900; }
a { background-color: rgb(147,25,0); }
div.DivClassName
{
background-color: #931900;
}
.BgClassName
{
background-color: #931900;
}
</style>
border-color css
<style>
span { border-color: #931900; }
span { border-color: rgb(147,25,0); }
td.TdClassName
{
border-color: #931900;
}
.TagClassName
{
border-color: #931900;
}
</style>