Html Css Color HEX #894752 Solid Pink

📋 copy color: '#894752'

red 137 ◦ green 71 ◦ blue 82

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

Shades of Solid Pink #894752

Tints of Solid Pink #894752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 47.24%
G = 24.48%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#894752 (or 0x894752) is known color: Solid Pink. HEX triplet: 89, 47 and 52. RGB value is (137,71,82). Sum of RGB (Red+Green+Blue) = 137+71+82=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #894752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894752 is #76B8AD. Grayscale: #5C5C5C. Windows color (decimal): -7780526 or 5392265. OLE color: 5392265.

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

Color convert

RGB 137 71 82 -
CMYK 0 0.48 0.40 0.46
HSL 350º 0.32% 0.41% -
HSV(B) 350º 0.48% 0.54% -
XYZ 14.09 10.43 9.25 -
YUV 91.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 137 71 82 0 0.48 0.40 0.46 350 0.32 0.41
Hex 89 47 52 0 30 28 2E 15E 20 29
Octal 211 107 122 0 60 50 56 536 40 51
Binary 10001001 1000111 1010010 0 110000 101000 101110 101011110 100000 101001

Color Harmonies of #894752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894752

Black with #894752

Text Example


Text Example

White with #894752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894752; }

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

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

background-color css

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

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

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

border-color css

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

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

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