Html Css Color HEX #894365 Cosmic

📋 copy color: '#894365'

red 137 ◦ green 67 ◦ blue 101

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

Shades of Cosmic #894365

Tints of Cosmic #894365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 44.92%
G = 21.97%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894365 (or 0x894365) is known color: Cosmic. HEX triplet: 89, 43 and 65. RGB value is (137,67,101). Sum of RGB (Red+Green+Blue) = 137+67+101=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894365 is #76BC9A. Grayscale: #5B5B5B. Windows color (decimal): -7781531 or 6636425. OLE color: 6636425.

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

Color convert

RGB 137 67 101 -
CMYK 0 0.51 0.26 0.46
HSL 330.86º 0.34% 0.4% -
HSV(B) 330.86º 0.51% 0.54% -
XYZ 14.67 10.27 13.52 -
YUV 91.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 137 67 101 0 0.51 0.26 0.46 330.86 0.34 0.4
Hex 89 43 65 0 33 1A 2E 14B 22 28
Octal 211 103 145 0 63 32 56 513 42 50
Binary 10001001 1000011 1100101 0 110011 11010 101110 101001011 100010 101000

Color Harmonies of #894365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894365

Black with #894365

Text Example


Text Example

White with #894365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894365; }

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

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

background-color css

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

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

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

border-color css

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

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

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