Html Css Color HEX #895573 Strikemaster

📋 copy color: '#895573'

red 137 ◦ green 85 ◦ blue 115

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

Shades of Strikemaster #895573

Tints of Strikemaster #895573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 40.65%
G = 25.22%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#895573 (or 0x895573) is known color: Strikemaster. HEX triplet: 89, 55 and 73. RGB value is (137,85,115). Sum of RGB (Red+Green+Blue) = 137+85+115=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895573 is #76AA8C. Grayscale: #676767. Windows color (decimal): -7776909 or 7558537. OLE color: 7558537.

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

Color convert

RGB 137 85 115 -
CMYK 0 0.38 0.16 0.46
HSL 325.38º 0.23% 0.44% -
HSV(B) 325.38º 0.38% 0.54% -
XYZ 16.66 13.05 17.86 -
YUV 103.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 137 85 115 0 0.38 0.16 0.46 325.38 0.23 0.44
Hex 89 55 73 0 26 10 2E 145 17 2C
Octal 211 125 163 0 46 20 56 505 27 54
Binary 10001001 1010101 1110011 0 100110 10000 101110 101000101 10111 101100

Color Harmonies of #895573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895573

Black with #895573

Text Example


Text Example

White with #895573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895573; }

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

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

background-color css

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

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

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

border-color css

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

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

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