Html Css Color HEX #893F47 Solid Pink

📋 copy color: '#893F47'

red 137 ◦ green 63 ◦ blue 71

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

Shades of Solid Pink #893F47

Tints of Solid Pink #893F47

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

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

R = 50.55%
G = 23.25%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#893F47 (or 0x893F47) is known color: Solid Pink. HEX triplet: 89, 3F and 47. RGB value is (137,63,71). Sum of RGB (Red+Green+Blue) = 137+63+71=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #893F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F47 is #76C0B8. Grayscale: #565656. Windows color (decimal): -7782585 or 4669321. OLE color: 4669321.

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

Color convert

RGB 137 63 71 -
CMYK 0 0.54 0.48 0.46
HSL 353.51º 0.37% 0.39% -
HSV(B) 353.51º 0.54% 0.54% -
XYZ 13.23 9.33 7.06 -
YUV 86.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 137 63 71 0 0.54 0.48 0.46 353.51 0.37 0.39
Hex 89 3F 47 0 36 30 2E 162 25 27
Octal 211 77 107 0 66 60 56 542 45 47
Binary 10001001 111111 1000111 0 110110 110000 101110 101100010 100101 100111

Color Harmonies of #893F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F47

Black with #893F47

Text Example


Text Example

White with #893F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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