#894173

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

Shades of Cosmic #894173

Tints of Cosmic #894173

Color information

#894173 (or 0x894173) is unknown color: approx Cosmic. HEX triplet: 89, 41 and 73. RGB value is (137,65,115). Sum of RGB (Red+Green+Blue) = 137+65+115=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #894173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894173 is #76BE8C. Grayscale: #5C5C5C. Windows color (decimal): -7782029 or 7553417. OLE color: 7553417.

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

Color convert

RGB13765115-
CMYK00.530.160.46
HSL318.33º35.64%39.61%-
HSV(B)318.33º52.55%53.73%-
XYZ15.310.3417.41-
YUV92.23140.85159.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=43.22%
G=20.50%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376511500.530.160.46318.3335.6439.61
Hex894173035102E13e2428
Octal21110116306520564764450
Binary1000100110000011110011011010110000101110100111110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894173; }

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

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

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

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

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

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

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

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