#89486E

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

Shades of Cosmic #89486E

Tints of Cosmic #89486E

Color information

#89486E (or 0x89486E) is unknown color: approx Cosmic. HEX triplet: 89, 48 and 6E. RGB value is (137,72,110). Sum of RGB (Red+Green+Blue) = 137+72+110=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89486E is #76B791. Grayscale: #5F5F5F. Windows color (decimal): -7780242 or 7227529. OLE color: 7227529.

HSL color Cylindrical-coordinate representation of color #89486E: hue angle of 324.92º degrees, saturation: 0.31, 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 #89486E is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13772110-
CMYK00.470.200.46
HSL324.92º31.1%40.98%-
HSV(B)324.92º47.45%53.73%-
XYZ15.4511.0816.08-
YUV95.77136.03157.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=42.95%
G=22.57%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377211000.470.200.46324.9231.140.98
Hex89486E02F142E1451f29
Octal21111015605724565053751
Binary100010011001000110111001011111010010111010100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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