#8D8580

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

Shades of Hurricane #8D8580

Tints of Hurricane #8D8580

Color information

#8D8580 (or 0x8D8580) is unknown color: approx 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

RGB141133128-
CMYK00.060.090.45
HSL23.08º5.39%52.75%-
HSV(B)23.08º9.22%55.29%-
XYZ23.272423.83-
YUV134.82124.15132.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=35.07%
G=33.08%
B=31.84%

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
Decimal14113312800.060.090.4523.085.3952.75
Hex8D85800692D17535
Octal21520520006115527565
Binary1000110110000101100000000110100110110110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>