Html Css Color HEX #895354 Solid Pink

📋 copy color: '#895354'

red 137 ◦ green 83 ◦ blue 84

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

Shades of Solid Pink #895354

Tints of Solid Pink #895354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.63%

R = 45.07%
G = 27.3%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#895354 (or 0x895354) is known color: Solid Pink. HEX triplet: 89, 53 and 54. RGB value is (137,83,84). Sum of RGB (Red+Green+Blue) = 137+83+84=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895354 is #76ACAB. Grayscale: #636363. Windows color (decimal): -7777452 or 5526409. OLE color: 5526409.

HSL color Cylindrical-coordinate representation of color #895354: hue angle of 358.89º 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 #895354 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 84 -
CMYK 0 0.39 0.39 0.46
HSL 358.89º 0.25% 0.43% -
HSV(B) 358.89º 0.39% 0.54% -
XYZ 15.01 12.14 9.94 -
YUV 99.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 137 83 84 0 0.39 0.39 0.46 358.89 0.25 0.43
Hex 89 53 54 0 27 27 2E 167 19 2B
Octal 211 123 124 0 47 47 56 547 31 53
Binary 10001001 1010011 1010100 0 100111 100111 101110 101100111 11001 101011

Color Harmonies of #895354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895354

Black with #895354

Text Example


Text Example

White with #895354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895354; }

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

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

background-color css

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

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

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

border-color css

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

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

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