Html Css Color HEX #895358 Solid Pink

📋 copy color: '#895358'

red 137 ◦ green 83 ◦ blue 88

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

Shades of Solid Pink #895358

Tints of Solid Pink #895358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 44.48%
G = 26.95%
B = 28.57%

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

#895358 (or 0x895358) is known color: Solid Pink. HEX triplet: 89, 53 and 58. RGB value is (137,83,88). Sum of RGB (Red+Green+Blue) = 137+83+88=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895358 is #76ACA7. Grayscale: #636363. Windows color (decimal): -7777448 or 5788553. OLE color: 5788553.

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

Color convert

RGB 137 83 88 -
CMYK 0 0.39 0.36 0.46
HSL 354.44º 0.25% 0.43% -
HSV(B) 354.44º 0.39% 0.54% -
XYZ 15.17 12.21 10.79 -
YUV 99.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 137 83 88 0 0.39 0.36 0.46 354.44 0.25 0.43
Hex 89 53 58 0 27 24 2E 162 19 2B
Octal 211 123 130 0 47 44 56 542 31 53
Binary 10001001 1010011 1011000 0 100111 100100 101110 101100010 11001 101011

Color Harmonies of #895358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895358

Black with #895358

Text Example


Text Example

White with #895358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895358; }

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

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

background-color css

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

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

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

border-color css

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

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

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