Shades of Dark Red #8B1700
Tints of Dark Red #8B1700
RGB
CMYK
RGB Variations
Color information
#8B1700 (or 0x8B1700) is known color: Dark Red. HEX triplet: 8B, 17 and 00. RGB value is (139,23,0). Sum of RGB (Red+Green+Blue) = 139+23+0=162 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.80% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1700 is #74E8FF. Grayscale: #373737. Windows color (decimal): -7661824 or 6027. OLE color: 6027.
HSL color Cylindrical-coordinate representation of color #8B1700: hue angle of 9.93º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B1700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.45 |
| HSL | 9.93º | 1% | 0.27% | - |
| HSV(B) | 9.93º | 1% | 0.55% | - |
| XYZ | 10.95 | 6.1 | 0.6 | - |
| YUV | 55.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 0 | 0 | 0.83 | 1 | 0.45 | 9.93 | 1 | 0.27 |
| Hex | 8B | 17 | 0 | 0 | 53 | 64 | 2D | A | 64 | 1B |
| Octal | 213 | 27 | 0 | 0 | 123 | 144 | 55 | 12 | 144 | 33 |
| Binary | 10001011 | 10111 | 0 | 0 | 1010011 | 1100100 | 101101 | 1010 | 1100100 | 11011 |
Color Harmonies of #8B1700
Complementary color
Monochromatic Colors of #8B1700
Black with #8B1700
Text Example
Text Example
White with #8B1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1700; }
p { color: rgb(139,23,0); }
H1.HeaderClassName
{
color: #8B1700;
}
.AnyTagClassName
{
color: #8B1700;
}
</style>
background-color css
<style>
a { background-color: #8B1700; }
a { background-color: rgb(139,23,0); }
div.DivClassName
{
background-color: #8B1700;
}
.BgClassName
{
background-color: #8B1700;
}
</style>
border-color css
<style>
span { border-color: #8B1700; }
span { border-color: rgb(139,23,0); }
td.TdClassName
{
border-color: #8B1700;
}
.TagClassName
{
border-color: #8B1700;
}
</style>