Html Css Color HEX #895359 Solid Pink

📋 copy color: '#895359'

red 137 ◦ green 83 ◦ blue 89

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

Shades of Solid Pink #895359

Tints of Solid Pink #895359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.8%

R = 44.34%
G = 26.86%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#895359 (or 0x895359) is known color: Solid Pink. HEX triplet: 89, 53 and 59. RGB value is (137,83,89). Sum of RGB (Red+Green+Blue) = 137+83+89=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895359 is #76ACA6. Grayscale: #636363. Windows color (decimal): -7777447 or 5854089. OLE color: 5854089.

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

Color convert

RGB 137 83 89 -
CMYK 0 0.39 0.35 0.46
HSL 353.33º 0.25% 0.43% -
HSV(B) 353.33º 0.39% 0.54% -
XYZ 15.21 12.23 11.01 -
YUV 99.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 137 83 89 0 0.39 0.35 0.46 353.33 0.25 0.43
Hex 89 53 59 0 27 23 2E 161 19 2B
Octal 211 123 131 0 47 43 56 541 31 53
Binary 10001001 1010011 1011001 0 100111 100011 101110 101100001 11001 101011

Color Harmonies of #895359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895359

Black with #895359

Text Example


Text Example

White with #895359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895359; }

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

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

background-color css

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

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

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

border-color css

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

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

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