#894169

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

Shades of Cosmic #894169

Tints of Cosmic #894169

Color information

#894169 (or 0x894169) is unknown color: approx Cosmic. HEX triplet: 89, 41 and 69. RGB value is (137,65,105). Sum of RGB (Red+Green+Blue) = 137+65+105=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894169 is #76BE96. Grayscale: #5B5B5B. Windows color (decimal): -7782039 or 6898057. OLE color: 6898057.

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

Color convert

RGB13765105-
CMYK00.530.230.46
HSL326.67º35.64%39.61%-
HSV(B)326.67º52.55%53.73%-
XYZ14.7610.1214.54-
YUV91.09135.85160.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=44.63%
G=21.17%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376510500.530.230.46326.6735.6439.61
Hex894169035172E1472428
Octal21110115106527565074450
Binary1000100110000011101001011010110111101110101000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894169; }

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

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

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

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

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

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

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

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