Shades of Dark Red #891701
Tints of Dark Red #891701
RGB
CMYK
RGB Variations
Color information
#891701 (or 0x891701) is known color: Dark Red. HEX triplet: 89, 17 and 01. RGB value is (137,23,1). Sum of RGB (Red+Green+Blue) = 137+23+1=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #891701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891701 is #76E8FE. Grayscale: #363636. Windows color (decimal): -7792895 or 71561. OLE color: 71561.
HSL color Cylindrical-coordinate representation of color #891701: hue angle of 9.71º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #891701 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.46 |
| HSL | 9.71º | 0.99% | 0.27% | - |
| HSV(B) | 9.71º | 0.99% | 0.54% | - |
| XYZ | 10.63 | 5.93 | 0.61 | - |
| YUV | 54.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 1 | 0 | 0.83 | 0.99 | 0.46 | 9.71 | 0.99 | 0.27 |
| Hex | 89 | 17 | 1 | 0 | 53 | 63 | 2E | A | 63 | 1B |
| Octal | 211 | 27 | 1 | 0 | 123 | 143 | 56 | 12 | 143 | 33 |
| Binary | 10001001 | 10111 | 1 | 0 | 1010011 | 1100011 | 101110 | 1010 | 1100011 | 11011 |
Color Harmonies of #891701
Complementary color
Monochromatic Colors of #891701
Black with #891701
Text Example
Text Example
White with #891701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891701; }
p { color: rgb(137,23,1); }
H1.HeaderClassName
{
color: #891701;
}
.AnyTagClassName
{
color: #891701;
}
</style>
background-color css
<style>
a { background-color: #891701; }
a { background-color: rgb(137,23,1); }
div.DivClassName
{
background-color: #891701;
}
.BgClassName
{
background-color: #891701;
}
</style>
border-color css
<style>
span { border-color: #891701; }
span { border-color: rgb(137,23,1); }
td.TdClassName
{
border-color: #891701;
}
.TagClassName
{
border-color: #891701;
}
</style>