#89406E

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

Shades of Cosmic #89406E

Tints of Cosmic #89406E

Color information

#89406E (or 0x89406E) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 6E. RGB value is (137,64,110). Sum of RGB (Red+Green+Blue) = 137+64+110=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89406E is #76BF91. Grayscale: #5A5A5A. Windows color (decimal): -7782290 or 7225481. OLE color: 7225481.

HSL color Cylindrical-coordinate representation of color #89406E: hue angle of 322.19º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89406E is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13764110-
CMYK00.530.200.46
HSL322.19º36.32%39.41%-
HSV(B)322.19º53.28%53.73%-
XYZ14.9610.1115.91-
YUV91.07138.68160.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=44.05%
G=20.58%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376411000.530.200.46322.1936.3239.41
Hex89406E035142E1422427
Octal21110015606524565024447
Binary1000100110000001101110011010110100101110101000010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,64,110); }

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

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

 a { background-color: rgb(137,64,110); }

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

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

 span { border-color: rgb(137,64,110); }

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