Html Css Color HEX #894D52 Solid Pink

📋 copy color: '#894D52'

red 137 ◦ green 77 ◦ blue 82

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

Shades of Solid Pink #894D52

Tints of Solid Pink #894D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.01%

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 46.28%
G = 26.01%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#894D52 (or 0x894D52) is known color: Solid Pink. HEX triplet: 89, 4D and 52. RGB value is (137,77,82). Sum of RGB (Red+Green+Blue) = 137+77+82=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #894D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D52 is #76B2AD. Grayscale: #5F5F5F. Windows color (decimal): -7778990 or 5393801. OLE color: 5393801.

HSL color Cylindrical-coordinate representation of color #894D52: hue angle of 355º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D52 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 82 -
CMYK 0 0.44 0.40 0.46
HSL 355º 0.28% 0.42% -
HSV(B) 355º 0.44% 0.54% -
XYZ 14.49 11.24 9.39 -
YUV 95.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 137 77 82 0 0.44 0.40 0.46 355 0.28 0.42
Hex 89 4D 52 0 2C 28 2E 163 1C 2A
Octal 211 115 122 0 54 50 56 543 34 52
Binary 10001001 1001101 1010010 0 101100 101000 101110 101100011 11100 101010

Color Harmonies of #894D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D52

Black with #894D52

Text Example


Text Example

White with #894D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894D52; }

 p { color: rgb(137,77,82); }

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

background-color css

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

 a { background-color: rgb(137,77,82); }

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

border-color css

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

 span { border-color: rgb(137,77,82); }

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