#894270

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

Shades of Cosmic #894270

Tints of Cosmic #894270

Color information

#894270 (or 0x894270) is unknown color: approx Cosmic. HEX triplet: 89, 42 and 70. RGB value is (137,66,112). Sum of RGB (Red+Green+Blue) = 137+66+112=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #894270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894270 is #76BD8F. Grayscale: #5C5C5C. Windows color (decimal): -7781776 or 7357065. OLE color: 7357065.

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

Color convert

RGB13766112-
CMYK00.520.180.46
HSL321.13º34.98%39.8%-
HSV(B)321.13º51.82%53.73%-
XYZ15.1910.3816.53-
YUV92.47139.02159.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=43.49%
G=20.95%
B=35.56%

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
Decimal1376611200.520.180.46321.1334.9839.8
Hex894270034122E1412328
Octal21110216006422565014350
Binary1000100110000101110000011010010010101110101000001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894270; }

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

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

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

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

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

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

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

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