#894372

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

Shades of Cosmic #894372

Tints of Cosmic #894372

Color information

#894372 (or 0x894372) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 72. RGB value is (137,67,114). Sum of RGB (Red+Green+Blue) = 137+67+114=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #894372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894372 is #76BC8D. Grayscale: #5D5D5D. Windows color (decimal): -7781518 or 7488393. OLE color: 7488393.

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

Color convert

RGB13767114-
CMYK00.510.170.46
HSL319.71º34.31%40%-
HSV(B)319.71º51.09%53.73%-
XYZ15.3610.5517.15-
YUV93.29139.69159.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=43.08%
G=21.07%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376711400.510.170.46319.7134.3140
Hex894372033112E1402228
Octal21110316206321565004250
Binary1000100110000111110010011001110001101110101000000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894372; }

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

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

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

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

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

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

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

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