Html Css Color HEX #894370 Cosmic

📋 copy color: '#894370'

red 137 ◦ green 67 ◦ blue 112

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

Shades of Cosmic #894370

Tints of Cosmic #894370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 43.35%
G = 21.2%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894370 (or 0x894370) is known color: Cosmic. HEX triplet: 89, 43 and 70. RGB value is (137,67,112). Sum of RGB (Red+Green+Blue) = 137+67+112=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #894370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894370 is #76BC8F. Grayscale: #5C5C5C. Windows color (decimal): -7781520 or 7357321. OLE color: 7357321.

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

Color convert

RGB 137 67 112 -
CMYK 0 0.51 0.18 0.46
HSL 321.43º 0.34% 0.4% -
HSV(B) 321.43º 0.51% 0.54% -
XYZ 15.25 10.5 16.55 -
YUV 93.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 137 67 112 0 0.51 0.18 0.46 321.43 0.34 0.4
Hex 89 43 70 0 33 12 2E 141 22 28
Octal 211 103 160 0 63 22 56 501 42 50
Binary 10001001 1000011 1110000 0 110011 10010 101110 101000001 100010 101000

Color Harmonies of #894370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894370

Black with #894370

Text Example


Text Example

White with #894370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894370; }

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

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

background-color css

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

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

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

border-color css

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

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

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