#894062

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

Shades of Cosmic #894062

Tints of Cosmic #894062

Color information

#894062 (or 0x894062) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 62. RGB value is (137,64,98). Sum of RGB (Red+Green+Blue) = 137+64+98=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #894062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894062 is #76BF9D. Grayscale: #595959. Windows color (decimal): -7782302 or 6439049. OLE color: 6439049.

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

Color convert

RGB1376498-
CMYK00.530.280.46
HSL332.05º36.32%39.41%-
HSV(B)332.05º53.28%53.73%-
XYZ14.359.8712.7-
YUV89.7132.68161.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=45.82%
G=21.40%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137649800.530.280.46332.0536.3239.41
Hex8940620351C2E14c2427
Octal21110014206534565144447
Binary1000100110000001100010011010111100101110101001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894062; }

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

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

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

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

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

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

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

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