Html Css Color HEX #894647 Solid Pink

📋 copy color: '#894647'

red 137 ◦ green 70 ◦ blue 71

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

Shades of Solid Pink #894647

Tints of Solid Pink #894647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 49.28%
G = 25.18%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#894647 (or 0x894647) is known color: Solid Pink. HEX triplet: 89, 46 and 47. RGB value is (137,70,71). Sum of RGB (Red+Green+Blue) = 137+70+71=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #894647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894647 is #76B9B8. Grayscale: #5A5A5A. Windows color (decimal): -7780793 or 4671113. OLE color: 4671113.

HSL color Cylindrical-coordinate representation of color #894647: hue angle of 359.1º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #894647 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 71 -
CMYK 0 0.49 0.48 0.46
HSL 359.1º 0.32% 0.41% -
HSV(B) 359.1º 0.49% 0.54% -
XYZ 13.64 10.15 7.2 -
YUV 90.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 137 70 71 0 0.49 0.48 0.46 359.1 0.32 0.41
Hex 89 46 47 0 31 30 2E 167 20 29
Octal 211 106 107 0 61 60 56 547 40 51
Binary 10001001 1000110 1000111 0 110001 110000 101110 101100111 100000 101001

Color Harmonies of #894647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894647

Black with #894647

Text Example


Text Example

White with #894647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894647; }

 p { color: rgb(137,70,71); }

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

background-color css

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

 a { background-color: rgb(137,70,71); }

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

border-color css

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

 span { border-color: rgb(137,70,71); }

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