#894A6F

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

Shades of Cosmic #894A6F

Tints of Cosmic #894A6F

Color information

#894A6F (or 0x894A6F) is unknown color: approx Cosmic. HEX triplet: 89, 4A and 6F. RGB value is (137,74,111). Sum of RGB (Red+Green+Blue) = 137+74+111=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A6F is #76B590. Grayscale: #606060. Windows color (decimal): -7779729 or 7293577. OLE color: 7293577.

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

Color convert

RGB13774111-
CMYK00.460.190.46
HSL324.76º29.86%41.37%-
HSV(B)324.76º45.99%53.73%-
XYZ15.6311.3616.41-
YUV97.06135.87156.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=42.55%
G=22.98%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377411100.460.190.46324.7629.8641.37
Hex894A6F02E132E1451e29
Octal21111215705623565053651
Binary100010011001010110111101011101001110111010100010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894A6F; }

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

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

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

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

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

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

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

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