#894571

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

Shades of Cosmic #894571

Tints of Cosmic #894571

Color information

#894571 (or 0x894571) is unknown color: approx Cosmic. HEX triplet: 89, 45 and 71. RGB value is (137,69,113). Sum of RGB (Red+Green+Blue) = 137+69+113=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #894571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894571 is #76BA8E. Grayscale: #5E5E5E. Windows color (decimal): -7781007 or 7423369. OLE color: 7423369.

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

Color convert

RGB13769113-
CMYK00.500.180.46
HSL321.18º33.01%40.39%-
HSV(B)321.18º49.64%53.73%-
XYZ15.4310.7716.89-
YUV94.35138.53158.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=42.95%
G=21.63%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376911300.500.180.46321.1833.0140.39
Hex894571032122E1412128
Octal21110516106222565014150
Binary1000100110001011110001011001010010101110101000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894571; }

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

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

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

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

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

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

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

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