#894373

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

Shades of Cosmic #894373

Tints of Cosmic #894373

Color information

#894373 (or 0x894373) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 73. RGB value is (137,67,115). Sum of RGB (Red+Green+Blue) = 137+67+115=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #894373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894373 is #76BC8C. Grayscale: #5D5D5D. Windows color (decimal): -7781517 or 7553929. OLE color: 7553929.

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

Color convert

RGB13767115-
CMYK00.510.160.46
HSL318.86º34.31%40%-
HSV(B)318.86º51.09%53.73%-
XYZ15.4210.5717.45-
YUV93.4140.19159.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=42.95%
G=21.00%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376711500.510.160.46318.8634.3140
Hex894373033102E13f2228
Octal21110316306320564774250
Binary1000100110000111110011011001110000101110100111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894373; }

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

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

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

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

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

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

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

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