#89496A

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

Shades of Cosmic #89496A

Tints of Cosmic #89496A

Color information

#89496A (or 0x89496A) is unknown color: approx Cosmic. HEX triplet: 89, 49 and 6A. RGB value is (137,73,106). Sum of RGB (Red+Green+Blue) = 137+73+106=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89496A is #76B695. Grayscale: #5F5F5F. Windows color (decimal): -7779990 or 6965641. OLE color: 6965641.

HSL color Cylindrical-coordinate representation of color #89496A: hue angle of 329.06º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89496A is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13773106-
CMYK00.470.230.46
HSL329.06º30.48%41.18%-
HSV(B)329.06º46.72%53.73%-
XYZ15.311.1214.98-
YUV95.9133.7157.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=43.35%
G=23.10%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377310600.470.230.46329.0630.4841.18
Hex89496A02F172E1491e29
Octal21111115205727565113651
Binary100010011001001110101001011111011110111010100100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89496A; }

 p { color: rgb(137,73,106); }

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

<style>
 a { background-color: #89496A; }

 a { background-color: rgb(137,73,106); }

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

<style>
 span { border-color: #89496A; }

 span { border-color: rgb(137,73,106); }

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