Html Css Color HEX #894361 Cannon Pink

📋 copy color: '#894361'

red 137 ◦ green 67 ◦ blue 97

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

Shades of Cannon Pink #894361

Tints of Cannon Pink #894361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 45.51%
G = 22.26%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#894361 (or 0x894361) is known color: Cannon Pink. HEX triplet: 89, 43 and 61. RGB value is (137,67,97). Sum of RGB (Red+Green+Blue) = 137+67+97=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #894361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894361 is #76BC9E. Grayscale: #5B5B5B. Windows color (decimal): -7781535 or 6374281. OLE color: 6374281.

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

Color convert

RGB 137 67 97 -
CMYK 0 0.51 0.29 0.46
HSL 334.29º 0.34% 0.4% -
HSV(B) 334.29º 0.51% 0.54% -
XYZ 14.48 10.2 12.51 -
YUV 91.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 137 67 97 0 0.51 0.29 0.46 334.29 0.34 0.4
Hex 89 43 61 0 33 1D 2E 14E 22 28
Octal 211 103 141 0 63 35 56 516 42 50
Binary 10001001 1000011 1100001 0 110011 11101 101110 101001110 100010 101000

Color Harmonies of #894361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894361

Black with #894361

Text Example


Text Example

White with #894361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894361; }

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

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

background-color css

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

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

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

border-color css

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

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

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