#89827D

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

Shades of Hurricane #89827D

Tints of Hurricane #89827D

Color information

#89827D (or 0x89827D) is unknown color: approx Hurricane. HEX triplet: 89, 82 and 7D. RGB value is (137,130,125). Sum of RGB (Red+Green+Blue) = 137+130+125=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #89827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89827D is #767D82. Grayscale: #838383. Windows color (decimal): -7765379 or 8225417. OLE color: 8225417.

HSL color Cylindrical-coordinate representation of color #89827D: hue angle of 25º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89827D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB137130125-
CMYK00.050.090.46
HSL25º4.84%51.37%-
HSV(B)25º8.76%53.73%-
XYZ2222.7622.64-
YUV131.52124.32131.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=34.95%
G=33.16%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713012500.050.090.46254.8451.37
Hex89827D0592E19533
Octal21120217505115631563
Binary100010011000001011111010101100110111011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89827D; }

 p { color: rgb(137,130,125); }

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

<style>
 a { background-color: #89827D; }

 a { background-color: rgb(137,130,125); }

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

<style>
 span { border-color: #89827D; }

 span { border-color: rgb(137,130,125); }

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