Shades of Dark Red #881305
Tints of Dark Red #881305
RGB
CMYK
RGB Variations
Color information
#881305 (or 0x881305) is known color: Dark Red. HEX triplet: 88, 13 and 05. RGB value is (136,19,5). Sum of RGB (Red+Green+Blue) = 136+19+5=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #881305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881305 is #77ECFA. Grayscale: #343434. Windows color (decimal): -7859451 or 332680. OLE color: 332680.
HSL color Cylindrical-coordinate representation of color #881305: hue angle of 6.41º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #881305 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 5 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.47 |
| HSL | 6.41º | 0.93% | 0.28% | - |
| HSV(B) | 6.41º | 0.96% | 0.53% | - |
| XYZ | 10.41 | 5.71 | 0.7 | - |
| YUV | 52.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 5 | 0 | 0.86 | 0.96 | 0.47 | 6.41 | 0.93 | 0.28 |
| Hex | 88 | 13 | 5 | 0 | 56 | 60 | 2F | 6 | 5D | 1C |
| Octal | 210 | 23 | 5 | 0 | 126 | 140 | 57 | 6 | 135 | 34 |
| Binary | 10001000 | 10011 | 101 | 0 | 1010110 | 1100000 | 101111 | 110 | 1011101 | 11100 |
Color Harmonies of #881305
Complementary color
Monochromatic Colors of #881305
Black with #881305
Text Example
Text Example
White with #881305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881305; }
p { color: rgb(136,19,5); }
H1.HeaderClassName
{
color: #881305;
}
.AnyTagClassName
{
color: #881305;
}
</style>
background-color css
<style>
a { background-color: #881305; }
a { background-color: rgb(136,19,5); }
div.DivClassName
{
background-color: #881305;
}
.BgClassName
{
background-color: #881305;
}
</style>
border-color css
<style>
span { border-color: #881305; }
span { border-color: rgb(136,19,5); }
td.TdClassName
{
border-color: #881305;
}
.TagClassName
{
border-color: #881305;
}
</style>