#89817D

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

Shades of Hurricane #89817D

Tints of Hurricane #89817D

Color information

#89817D (or 0x89817D) is unknown color: approx Hurricane. HEX triplet: 89, 81 and 7D. RGB value is (137,129,125). Sum of RGB (Red+Green+Blue) = 137+129+125=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #89817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89817D is #767E82. Grayscale: #828282. Windows color (decimal): -7765635 or 8225161. OLE color: 8225161.

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

Color convert

RGB137129125-
CMYK00.060.090.46
HSL20º4.84%51.37%-
HSV(B)20º8.76%53.73%-
XYZ21.8722.522.59-
YUV130.94124.65132.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=35.04%
G=32.99%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712912500.060.090.46204.8451.37
Hex89817D0692E14533
Octal21120117506115624563
Binary100010011000000111111010110100110111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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