#89466F

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

Shades of Cosmic #89466F

Tints of Cosmic #89466F

Color information

#89466F (or 0x89466F) is unknown color: approx Cosmic. HEX triplet: 89, 46 and 6F. RGB value is (137,70,111). Sum of RGB (Red+Green+Blue) = 137+70+111=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89466F is #76B990. Grayscale: #5E5E5E. Windows color (decimal): -7780753 or 7292553. OLE color: 7292553.

HSL color Cylindrical-coordinate representation of color #89466F: hue angle of 323.28º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89466F is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13770111-
CMYK00.490.190.46
HSL323.28º32.37%40.59%-
HSV(B)323.28º48.91%53.73%-
XYZ15.3810.8516.32-
YUV94.71137.2158.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=43.08%
G=22.01%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377011100.490.190.46323.2832.3740.59
Hex89466F031132E1432029
Octal21110615706123565034051
Binary1000100110001101101111011000110011101110101000011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89466F; }

 p { color: rgb(137,70,111); }

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

<style>
 a { background-color: #89466F; }

 a { background-color: rgb(137,70,111); }

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

<style>
 span { border-color: #89466F; }

 span { border-color: rgb(137,70,111); }

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