Shades of Hurricane #8D8580
Tints of Hurricane #8D8580
RGB
CMYK
RGB Variations
Color information
#8D8580 (or 0x8D8580) is known color: Hurricane. HEX triplet: 8D, 85 and 80. RGB value is (141,133,128). Sum of RGB (Red+Green+Blue) = 141+133+128=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8580 is #727A7F. Grayscale: #868686. Windows color (decimal): -7502464 or 8422797. OLE color: 8422797.
HSL color Cylindrical-coordinate representation of color #8D8580: hue angle of 23.08º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8580 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 128 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.45 |
| HSL | 23.08º | 0.05% | 0.53% | - |
| HSV(B) | 23.08º | 0.09% | 0.55% | - |
| XYZ | 23.27 | 24 | 23.83 | - |
| YUV | 134.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 128 | 0 | 0.06 | 0.09 | 0.45 | 23.08 | 0.05 | 0.53 |
| Hex | 8D | 85 | 80 | 0 | 6 | 9 | 2D | 17 | 5 | 35 |
| Octal | 215 | 205 | 200 | 0 | 6 | 11 | 55 | 27 | 5 | 65 |
| Binary | 10001101 | 10000101 | 10000000 | 0 | 110 | 1001 | 101101 | 10111 | 101 | 110101 |
Color Harmonies of #8D8580
Complementary color
Monochromatic Colors of #8D8580
Black with #8D8580
Text Example
Text Example
White with #8D8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8580; }
p { color: rgb(141,133,128); }
H1.HeaderClassName
{
color: #8D8580;
}
.AnyTagClassName
{
color: #8D8580;
}
</style>
background-color css
<style>
a { background-color: #8D8580; }
a { background-color: rgb(141,133,128); }
div.DivClassName
{
background-color: #8D8580;
}
.BgClassName
{
background-color: #8D8580;
}
</style>
border-color css
<style>
span { border-color: #8D8580; }
span { border-color: rgb(141,133,128); }
td.TdClassName
{
border-color: #8D8580;
}
.TagClassName
{
border-color: #8D8580;
}
</style>