Shades of Dark Red #8D1305
Tints of Dark Red #8D1305
RGB
CMYK
RGB Variations
Color information
#8D1305 (or 0x8D1305) is known color: Dark Red. HEX triplet: 8D, 13 and 05. RGB value is (141,19,5). Sum of RGB (Red+Green+Blue) = 141+19+5=165 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.45% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1305 is #72ECFA. Grayscale: #363636. Windows color (decimal): -7531771 or 332685. OLE color: 332685.
HSL color Cylindrical-coordinate representation of color #8D1305: hue angle of 6.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D1305 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 19 | 5 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.45 |
| HSL | 6.18º | 0.93% | 0.29% | - |
| HSV(B) | 6.18º | 0.96% | 0.55% | - |
| XYZ | 11.24 | 6.14 | 0.74 | - |
| YUV | 53.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 5 | 0 | 0.87 | 0.96 | 0.45 | 6.18 | 0.93 | 0.29 |
| Hex | 8D | 13 | 5 | 0 | 57 | 60 | 2D | 6 | 5D | 1D |
| Octal | 215 | 23 | 5 | 0 | 127 | 140 | 55 | 6 | 135 | 35 |
| Binary | 10001101 | 10011 | 101 | 0 | 1010111 | 1100000 | 101101 | 110 | 1011101 | 11101 |
Color Harmonies of #8D1305
Complementary color
Monochromatic Colors of #8D1305
Black with #8D1305
Text Example
Text Example
White with #8D1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1305; }
p { color: rgb(141,19,5); }
H1.HeaderClassName
{
color: #8D1305;
}
.AnyTagClassName
{
color: #8D1305;
}
</style>
background-color css
<style>
a { background-color: #8D1305; }
a { background-color: rgb(141,19,5); }
div.DivClassName
{
background-color: #8D1305;
}
.BgClassName
{
background-color: #8D1305;
}
</style>
border-color css
<style>
span { border-color: #8D1305; }
span { border-color: rgb(141,19,5); }
td.TdClassName
{
border-color: #8D1305;
}
.TagClassName
{
border-color: #8D1305;
}
</style>