#89827E

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

Shades of Hurricane #89827E

Tints of Hurricane #89827E

Color information

#89827E (or 0x89827E) is unknown color: approx Hurricane. HEX triplet: 89, 82 and 7E. RGB value is (137,130,126). Sum of RGB (Red+Green+Blue) = 137+130+126=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #89827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89827E is #767D81. Grayscale: #838383. Windows color (decimal): -7765378 or 8290953. OLE color: 8290953.

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

Color convert

RGB137130126-
CMYK00.050.080.46
HSL21.82º4.45%51.57%-
HSV(B)21.82º8.03%53.73%-
XYZ22.0722.7922.97-
YUV131.64124.82131.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=34.86%
G=33.08%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713012600.050.080.4621.824.4551.57
Hex89827E0582E16434
Octal21120217605105626464
Binary100010011000001011111100101100010111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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