Html Css Color HEX #895973 Strikemaster

📋 copy color: '#895973'

red 137 ◦ green 89 ◦ blue 115

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

Shades of Strikemaster #895973

Tints of Strikemaster #895973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 40.18%
G = 26.1%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#895973 (or 0x895973) is known color: Strikemaster. HEX triplet: 89, 59 and 73. RGB value is (137,89,115). Sum of RGB (Red+Green+Blue) = 137+89+115=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895973 is #76A68C. Grayscale: #6A6A6A. Windows color (decimal): -7775885 or 7559561. OLE color: 7559561.

HSL color Cylindrical-coordinate representation of color #895973: hue angle of 327.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895973 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 115 -
CMYK 0 0.35 0.16 0.46
HSL 327.5º 0.21% 0.44% -
HSV(B) 327.5º 0.35% 0.54% -
XYZ 16.98 13.7 17.97 -
YUV 106.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 137 89 115 0 0.35 0.16 0.46 327.5 0.21 0.44
Hex 89 59 73 0 23 10 2E 148 15 2C
Octal 211 131 163 0 43 20 56 510 25 54
Binary 10001001 1011001 1110011 0 100011 10000 101110 101001000 10101 101100

Color Harmonies of #895973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895973

Black with #895973

Text Example


Text Example

White with #895973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895973; }

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

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

background-color css

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

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

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

border-color css

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

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

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