#8D8581

Color #8D8581 Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #8D8581

Tints of Hurricane #8D8581

Color information

#8D8581 (or 0x8D8581) is unknown color: approx Hurricane. HEX triplet: 8D, 85 and 81. RGB value is (141,133,129). Sum of RGB (Red+Green+Blue) = 141+133+129=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8581 is #727A7E. Grayscale: #868686. Windows color (decimal): -7502463 or 8488333. OLE color: 8488333.

HSL color Cylindrical-coordinate representation of color #8D8581: hue angle of 20º 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 #8D8581 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB141133129-
CMYK00.060.090.45
HSL20º5%52.94%-
HSV(B)20º8.51%55.29%-
XYZ23.3324.0224.18-
YUV134.94124.65132.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=34.99%
G=33.00%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113312900.060.090.4520552.94
Hex8D85810692D14535
Octal21520520106115524565
Binary1000110110000101100000010110100110110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8581; }

 p { color: rgb(141,133,129); }

 H1.HeaderClassName
 {
   color: #8D8581;
 }
 .AnyTagClassName
 {
   color: #8D8581;
 }
</style>
background-color css

<style>
 a { background-color: #8D8581; }

 a { background-color: rgb(141,133,129); }

 div.DivClassName
 {
   background-color: #8D8581;
 }
 .BgClassName
 {
   background-color: #8D8581;
 }
</style>
border-color css

<style>
 span { border-color: #8D8581; }

 span { border-color: rgb(141,133,129); }

 td.TdClassName
 {
   border-color: #8D8581;
 }
 .TagClassName
 {
   border-color: #8D8581;
 }
</style>