#894072

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

Shades of Cosmic #894072

Tints of Cosmic #894072

Color information

#894072 (or 0x894072) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 72. RGB value is (137,64,114). Sum of RGB (Red+Green+Blue) = 137+64+114=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #894072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894072 is #76BF8D. Grayscale: #5B5B5B. Windows color (decimal): -7782286 or 7487625. OLE color: 7487625.

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

Color convert

RGB13764114-
CMYK00.530.170.46
HSL318.9º36.32%39.41%-
HSV(B)318.9º53.28%53.73%-
XYZ15.1910.217.09-
YUV91.53140.68160.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=43.49%
G=20.32%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376411400.530.170.46318.936.3239.41
Hex894072035112E13f2427
Octal21110016206521564774447
Binary1000100110000001110010011010110001101110100111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894072; }

 p { color: rgb(137,64,114); }

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

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

 a { background-color: rgb(137,64,114); }

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

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

 span { border-color: rgb(137,64,114); }

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