#894872

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

Shades of Cosmic #894872

Tints of Cosmic #894872

Color information

#894872 (or 0x894872) is unknown color: approx Cosmic. HEX triplet: 89, 48 and 72. RGB value is (137,72,114). Sum of RGB (Red+Green+Blue) = 137+72+114=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #894872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894872 is #76B78D. Grayscale: #606060. Windows color (decimal): -7780238 or 7489673. OLE color: 7489673.

HSL color Cylindrical-coordinate representation of color #894872: hue angle of 321.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894872 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13772114-
CMYK00.470.170.46
HSL321.23º31.1%40.98%-
HSV(B)321.23º47.45%53.73%-
XYZ15.6711.1717.25-
YUV96.22138.03157.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=42.41%
G=22.29%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377211400.470.170.46321.2331.140.98
Hex89487202F112E1411f29
Octal21111016205721565013751
Binary100010011001000111001001011111000110111010100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894872; }

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

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

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

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

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

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

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

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