#894061

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

Shades of Cosmic #894061

Tints of Cosmic #894061

Color information

#894061 (or 0x894061) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 61. RGB value is (137,64,97). Sum of RGB (Red+Green+Blue) = 137+64+97=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894061 is #76BF9E. Grayscale: #595959. Windows color (decimal): -7782303 or 6373513. OLE color: 6373513.

HSL color Cylindrical-coordinate representation of color #894061: hue angle of 332.88º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894061 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB1376497-
CMYK00.530.290.46
HSL332.88º36.32%39.41%-
HSV(B)332.88º53.28%53.73%-
XYZ14.319.8512.46-
YUV89.59132.18161.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=45.97%
G=21.48%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137649700.530.290.46332.8836.3239.41
Hex8940610351D2E14d2427
Octal21110014106535565154447
Binary1000100110000001100001011010111101101110101001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894061; }

 p { color: rgb(137,64,97); }

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

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

 a { background-color: rgb(137,64,97); }

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

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

 span { border-color: rgb(137,64,97); }

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