#894365

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

Shades of Cosmic #894365

Tints of Cosmic #894365

Color information

#894365 (or 0x894365) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 65. RGB value is (137,67,101). Sum of RGB (Red+Green+Blue) = 137+67+101=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894365 is #76BC9A. Grayscale: #5B5B5B. Windows color (decimal): -7781531 or 6636425. OLE color: 6636425.

HSL color Cylindrical-coordinate representation of color #894365: hue angle of 330.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894365 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13767101-
CMYK00.510.260.46
HSL330.86º34.31%40%-
HSV(B)330.86º51.09%53.73%-
XYZ14.6710.2713.52-
YUV91.81133.19160.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=44.92%
G=21.97%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376710100.510.260.46330.8634.3140
Hex8943650331A2E14b2228
Octal21110314506332565134250
Binary1000100110000111100101011001111010101110101001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894365; }

 p { color: rgb(137,67,101); }

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

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

 a { background-color: rgb(137,67,101); }

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

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

 span { border-color: rgb(137,67,101); }

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