Html Css Color HEX #894364 Cosmic

📋 copy color: '#894364'

red 137 ◦ green 67 ◦ blue 100

#894364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #894364

Tints of Cosmic #894364

RGB

 RED value IS 137 (53.91% from 255) = 45.07%

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 45.07%
G = 22.04%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#894364 (or 0x894364) is known color: Cosmic. HEX triplet: 89, 43 and 64. RGB value is (137,67,100). Sum of RGB (Red+Green+Blue) = 137+67+100=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #894364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894364 is #76BC9B. Grayscale: #5B5B5B. Windows color (decimal): -7781532 or 6570889. OLE color: 6570889.

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

Color convert

RGB 137 67 100 -
CMYK 0 0.51 0.27 0.46
HSL 331.71º 0.34% 0.4% -
HSV(B) 331.71º 0.51% 0.54% -
XYZ 14.62 10.25 13.26 -
YUV 91.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 137 67 100 0 0.51 0.27 0.46 331.71 0.34 0.4
Hex 89 43 64 0 33 1B 2E 14C 22 28
Octal 211 103 144 0 63 33 56 514 42 50
Binary 10001001 1000011 1100100 0 110011 11011 101110 101001100 100010 101000

Color Harmonies of #894364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894364

Black with #894364

Text Example


Text Example

White with #894364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894364; }

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

 H1.HeaderClassName
 {
   color: #894364;
 }
 .AnyTagClassName
 {
   color: #894364;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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