#894973

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

Shades of Cosmic #894973

Tints of Cosmic #894973

Color information

#894973 (or 0x894973) is unknown color: approx Cosmic. HEX triplet: 89, 49 and 73. RGB value is (137,73,115). Sum of RGB (Red+Green+Blue) = 137+73+115=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894973 is #76B68C. Grayscale: #606060. Windows color (decimal): -7779981 or 7555465. OLE color: 7555465.

HSL color Cylindrical-coordinate representation of color #894973: hue angle of 320.62º 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 #894973 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13773115-
CMYK00.470.160.46
HSL320.62º30.48%41.18%-
HSV(B)320.62º46.72%53.73%-
XYZ15.7911.3217.57-
YUV96.92138.2156.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=42.15%
G=22.46%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377311500.470.160.46320.6230.4841.18
Hex89497302F102E1411e29
Octal21111116305720565013651
Binary100010011001001111001101011111000010111010100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894973; }

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

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

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

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

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

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

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

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