Shades of Dark Red #931601
Tints of Dark Red #931601
RGB
CMYK
RGB Variations
Color information
#931601 (or 0x931601) is known color: Dark Red. HEX triplet: 93, 16 and 01. RGB value is (147,22,1). Sum of RGB (Red+Green+Blue) = 147+22+1=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #931601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931601 is #6CE9FE. Grayscale: #393939. Windows color (decimal): -7137791 or 71315. OLE color: 71315.
HSL color Cylindrical-coordinate representation of color #931601: hue angle of 8.63º 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 #931601 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.42 |
| HSL | 8.63º | 0.99% | 0.29% | - |
| HSV(B) | 8.63º | 0.99% | 0.58% | - |
| XYZ | 12.33 | 6.78 | 0.69 | - |
| YUV | 56.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 1 | 0 | 0.85 | 0.99 | 0.42 | 8.63 | 0.99 | 0.29 |
| Hex | 93 | 16 | 1 | 0 | 55 | 63 | 2A | 9 | 63 | 1D |
| Octal | 223 | 26 | 1 | 0 | 125 | 143 | 52 | 11 | 143 | 35 |
| Binary | 10010011 | 10110 | 1 | 0 | 1010101 | 1100011 | 101010 | 1001 | 1100011 | 11101 |
Color Harmonies of #931601
Complementary color
Monochromatic Colors of #931601
Black with #931601
Text Example
Text Example
White with #931601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931601; }
p { color: rgb(147,22,1); }
H1.HeaderClassName
{
color: #931601;
}
.AnyTagClassName
{
color: #931601;
}
</style>
background-color css
<style>
a { background-color: #931601; }
a { background-color: rgb(147,22,1); }
div.DivClassName
{
background-color: #931601;
}
.BgClassName
{
background-color: #931601;
}
</style>
border-color css
<style>
span { border-color: #931601; }
span { border-color: rgb(147,22,1); }
td.TdClassName
{
border-color: #931601;
}
.TagClassName
{
border-color: #931601;
}
</style>