#894271

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

Shades of Cosmic #894271

Tints of Cosmic #894271

Color information

#894271 (or 0x894271) is unknown color: approx Cosmic. HEX triplet: 89, 42 and 71. RGB value is (137,66,113). Sum of RGB (Red+Green+Blue) = 137+66+113=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #894271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894271 is #76BD8E. Grayscale: #5C5C5C. Windows color (decimal): -7781775 or 7422601. OLE color: 7422601.

HSL color Cylindrical-coordinate representation of color #894271: hue angle of 320.28º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894271 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13766113-
CMYK00.520.180.46
HSL320.28º34.98%39.8%-
HSV(B)320.28º51.82%53.73%-
XYZ15.2510.4116.83-
YUV92.59139.52159.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=43.35%
G=20.89%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376611300.520.180.46320.2834.9839.8
Hex894271034122E1402328
Octal21110216106422565004350
Binary1000100110000101110001011010010010101110101000000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894271; }

 p { color: rgb(137,66,113); }

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

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

 a { background-color: rgb(137,66,113); }

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

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

 span { border-color: rgb(137,66,113); }

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