Html Css Color HEX #894246 Solid Pink

📋 copy color: '#894246'

red 137 ◦ green 66 ◦ blue 70

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

Shades of Solid Pink #894246

Tints of Solid Pink #894246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 50.18%
G = 24.18%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#894246 (or 0x894246) is known color: Solid Pink. HEX triplet: 89, 42 and 46. RGB value is (137,66,70). Sum of RGB (Red+Green+Blue) = 137+66+70=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894246 is #76BDB9. Grayscale: #575757. Windows color (decimal): -7781818 or 4604553. OLE color: 4604553.

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

Color convert

RGB 137 66 70 -
CMYK 0 0.52 0.49 0.46
HSL 356.62º 0.35% 0.4% -
HSV(B) 356.62º 0.52% 0.54% -
XYZ 13.37 9.66 6.95 -
YUV 87.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 137 66 70 0 0.52 0.49 0.46 356.62 0.35 0.4
Hex 89 42 46 0 34 31 2E 165 23 28
Octal 211 102 106 0 64 61 56 545 43 50
Binary 10001001 1000010 1000110 0 110100 110001 101110 101100101 100011 101000

Color Harmonies of #894246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894246

Black with #894246

Text Example


Text Example

White with #894246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894246; }

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

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

background-color css

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

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

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

border-color css

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

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

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