Shades of Dark Red #931301
Tints of Dark Red #931301
RGB
CMYK
RGB Variations
Color information
#931301 (or 0x931301) is known color: Dark Red. HEX triplet: 93, 13 and 01. RGB value is (147,19,1). Sum of RGB (Red+Green+Blue) = 147+19+1=167 (22% of max value = 765). Red value is 147 (57.81% from 255 or 88.02% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 147 - color contains mainly: red. Hex color #931301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931301 is #6CECFE. Grayscale: #373737. Windows color (decimal): -7138559 or 70547. OLE color: 70547.
HSL color Cylindrical-coordinate representation of color #931301: hue angle of 7.4º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #931301 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.42 |
| HSL | 7.4º | 0.99% | 0.29% | - |
| HSV(B) | 7.4º | 0.99% | 0.58% | - |
| XYZ | 12.27 | 6.67 | 0.67 | - |
| YUV | 55.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 1 | 0 | 0.87 | 0.99 | 0.42 | 7.4 | 0.99 | 0.29 |
| Hex | 93 | 13 | 1 | 0 | 57 | 63 | 2A | 7 | 63 | 1D |
| Octal | 223 | 23 | 1 | 0 | 127 | 143 | 52 | 7 | 143 | 35 |
| Binary | 10010011 | 10011 | 1 | 0 | 1010111 | 1100011 | 101010 | 111 | 1100011 | 11101 |
Color Harmonies of #931301
Complementary color
Monochromatic Colors of #931301
Black with #931301
Text Example
Text Example
White with #931301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931301; }
p { color: rgb(147,19,1); }
H1.HeaderClassName
{
color: #931301;
}
.AnyTagClassName
{
color: #931301;
}
</style>
background-color css
<style>
a { background-color: #931301; }
a { background-color: rgb(147,19,1); }
div.DivClassName
{
background-color: #931301;
}
.BgClassName
{
background-color: #931301;
}
</style>
border-color css
<style>
span { border-color: #931301; }
span { border-color: rgb(147,19,1); }
td.TdClassName
{
border-color: #931301;
}
.TagClassName
{
border-color: #931301;
}
</style>