#894371

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

Shades of Cosmic #894371

Tints of Cosmic #894371

Color information

#894371 (or 0x894371) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 71. RGB value is (137,67,113). Sum of RGB (Red+Green+Blue) = 137+67+113=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #894371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894371 is #76BC8E. Grayscale: #5D5D5D. Windows color (decimal): -7781519 or 7422857. OLE color: 7422857.

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

Color convert

RGB13767113-
CMYK00.510.180.46
HSL320.57º34.31%40%-
HSV(B)320.57º51.09%53.73%-
XYZ15.310.5216.85-
YUV93.17139.19159.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=43.22%
G=21.14%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376711300.510.180.46320.5734.3140
Hex894371033122E1412228
Octal21110316106322565014250
Binary1000100110000111110001011001110010101110101000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894371; }

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

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

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

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

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

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

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

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