#8D817D

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

Shades of Hurricane #8D817D

Tints of Hurricane #8D817D

Color information

#8D817D (or 0x8D817D) is unknown color: approx Hurricane. HEX triplet: 8D, 81 and 7D. RGB value is (141,129,125). Sum of RGB (Red+Green+Blue) = 141+129+125=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D817D is #727E82. Grayscale: #848484. Windows color (decimal): -7503491 or 8225165. OLE color: 8225165.

HSL color Cylindrical-coordinate representation of color #8D817D: hue angle of 15º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D817D is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB141129125-
CMYK00.090.110.45
HSL15º6.56%52.16%-
HSV(B)15º11.35%55.29%-
XYZ22.5422.8422.62-
YUV132.13123.98134.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=35.70%
G=32.66%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112912500.090.110.45156.5652.16
Hex8D817D09B2Df734
Octal215201175011135517764
Binary100011011000000111111010100110111011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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