Html Css Color HEX #893E64 Cosmic

📋 copy color: '#893E64'

red 137 ◦ green 62 ◦ blue 100

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

Shades of Cosmic #893E64

Tints of Cosmic #893E64

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

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

R = 45.82%
G = 20.74%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#893E64 (or 0x893E64) is known color: Cosmic. HEX triplet: 89, 3E and 64. RGB value is (137,62,100). Sum of RGB (Red+Green+Blue) = 137+62+100=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #893E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E64 is #76C19B. Grayscale: #585858. Windows color (decimal): -7782812 or 6569609. OLE color: 6569609.

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

Color convert

RGB 137 62 100 -
CMYK 0 0.55 0.27 0.46
HSL 329.6º 0.38% 0.39% -
HSV(B) 329.6º 0.55% 0.54% -
XYZ 14.34 9.68 13.17 -
YUV 88.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 137 62 100 0 0.55 0.27 0.46 329.6 0.38 0.39
Hex 89 3E 64 0 37 1B 2E 14A 26 27
Octal 211 76 144 0 67 33 56 512 46 47
Binary 10001001 111110 1100100 0 110111 11011 101110 101001010 100110 100111

Color Harmonies of #893E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893E64

Black with #893E64

Text Example


Text Example

White with #893E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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