Html Css Color HEX #894064 Cosmic

📋 copy color: '#894064'

red 137 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #894064

Tints of Cosmic #894064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 45.51%
G = 21.26%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#894064 (or 0x894064) is known color: Cosmic. HEX triplet: 89, 40 and 64. RGB value is (137,64,100). Sum of RGB (Red+Green+Blue) = 137+64+100=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #894064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894064 is #76BF9B. Grayscale: #595959. Windows color (decimal): -7782300 or 6570121. OLE color: 6570121.

HSL color Cylindrical-coordinate representation of color #894064: hue angle of 330.41º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894064 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 64 100 -
CMYK 0 0.53 0.27 0.46
HSL 330.41º 0.36% 0.39% -
HSV(B) 330.41º 0.53% 0.54% -
XYZ 14.45 9.91 13.21 -
YUV 89.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 137 64 100 0 0.53 0.27 0.46 330.41 0.36 0.39
Hex 89 40 64 0 35 1B 2E 14A 24 27
Octal 211 100 144 0 65 33 56 512 44 47
Binary 10001001 1000000 1100100 0 110101 11011 101110 101001010 100100 100111

Color Harmonies of #894064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894064

Black with #894064

Text Example


Text Example

White with #894064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894064; }

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

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

background-color css

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

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

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

border-color css

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

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

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