#894375

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

Shades of Cosmic #894375

Tints of Cosmic #894375

Color information

#894375 (or 0x894375) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 75. RGB value is (137,67,117). Sum of RGB (Red+Green+Blue) = 137+67+117=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #894375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894375 is #76BC8A. Grayscale: #5D5D5D. Windows color (decimal): -7781515 or 7685001. OLE color: 7685001.

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

Color convert

RGB13767117-
CMYK00.510.150.46
HSL317.14º34.31%40%-
HSV(B)317.14º51.09%53.73%-
XYZ15.5310.6218.06-
YUV93.63141.19158.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=42.68%
G=20.87%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376711700.510.150.46317.1434.3140
Hex894375033F2E13d2228
Octal21110316506317564754250
Binary100010011000011111010101100111111101110100111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894375; }

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

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

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

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

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

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

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

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