Html Css Color HEX #895375 Strikemaster

📋 copy color: '#895375'

red 137 ◦ green 83 ◦ blue 117

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

Shades of Strikemaster #895375

Tints of Strikemaster #895375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 40.65%
G = 24.63%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895375 (or 0x895375) is known color: Strikemaster. HEX triplet: 89, 53 and 75. RGB value is (137,83,117). Sum of RGB (Red+Green+Blue) = 137+83+117=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895375 is #76AC8A. Grayscale: #666666. Windows color (decimal): -7777419 or 7689097. OLE color: 7689097.

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

Color convert

RGB 137 83 117 -
CMYK 0 0.39 0.15 0.46
HSL 322.22º 0.25% 0.43% -
HSV(B) 322.22º 0.39% 0.54% -
XYZ 16.62 12.79 18.42 -
YUV 103.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 137 83 117 0 0.39 0.15 0.46 322.22 0.25 0.43
Hex 89 53 75 0 27 F 2E 142 19 2B
Octal 211 123 165 0 47 17 56 502 31 53
Binary 10001001 1010011 1110101 0 100111 1111 101110 101000010 11001 101011

Color Harmonies of #895375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895375

Black with #895375

Text Example


Text Example

White with #895375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895375; }

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

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

background-color css

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

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

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

border-color css

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

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

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