#894163

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

Shades of Cosmic #894163

Tints of Cosmic #894163

Color information

#894163 (or 0x894163) is unknown color: approx Cosmic. HEX triplet: 89, 41 and 63. RGB value is (137,65,99). Sum of RGB (Red+Green+Blue) = 137+65+99=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #894163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894163 is #76BE9C. Grayscale: #5A5A5A. Windows color (decimal): -7782045 or 6504841. OLE color: 6504841.

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

Color convert

RGB1376599-
CMYK00.530.280.46
HSL331.67º35.64%39.61%-
HSV(B)331.67º52.55%53.73%-
XYZ14.461012.97-
YUV90.4132.85161.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=45.51%
G=21.59%
B=32.89%

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
Decimal137659900.530.280.46331.6735.6439.61
Hex8941630351C2E14c2428
Octal21110114306534565144450
Binary1000100110000011100011011010111100101110101001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894163; }

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

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

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

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

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

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

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

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