Html Css Color HEX #895357 Solid Pink

📋 copy color: '#895357'

red 137 ◦ green 83 ◦ blue 87

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

Shades of Solid Pink #895357

Tints of Solid Pink #895357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 87 (34.38% from 255) = 28.34%

R = 44.63%
G = 27.04%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#895357 (or 0x895357) is known color: Solid Pink. HEX triplet: 89, 53 and 57. RGB value is (137,83,87). Sum of RGB (Red+Green+Blue) = 137+83+87=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #895357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895357 is #76ACA8. Grayscale: #636363. Windows color (decimal): -7777449 or 5723017. OLE color: 5723017.

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

Color convert

RGB 137 83 87 -
CMYK 0 0.39 0.36 0.46
HSL 355.56º 0.25% 0.43% -
HSV(B) 355.56º 0.39% 0.54% -
XYZ 15.13 12.19 10.57 -
YUV 99.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 137 83 87 0 0.39 0.36 0.46 355.56 0.25 0.43
Hex 89 53 57 0 27 24 2E 164 19 2B
Octal 211 123 127 0 47 44 56 544 31 53
Binary 10001001 1010011 1010111 0 100111 100100 101110 101100100 11001 101011

Color Harmonies of #895357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895357

Black with #895357

Text Example


Text Example

White with #895357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895357; }

 p { color: rgb(137,83,87); }

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

background-color css

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

 a { background-color: rgb(137,83,87); }

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

border-color css

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

 span { border-color: rgb(137,83,87); }

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