Html Css Color HEX #897181 Strikemaster

📋 copy color: '#897181'

red 137 ◦ green 113 ◦ blue 129

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

Shades of Strikemaster #897181

Tints of Strikemaster #897181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 36.15%
G = 29.82%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#897181 (or 0x897181) is known color: Strikemaster. HEX triplet: 89, 71 and 81. RGB value is (137,113,129). Sum of RGB (Red+Green+Blue) = 137+113+129=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #897181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897181 is #768E7E. Grayscale: #797979. Windows color (decimal): -7769727 or 8483209. OLE color: 8483209.

HSL color Cylindrical-coordinate representation of color #897181: hue angle of 320º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897181 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 113 129 -
CMYK 0 0.18 0.06 0.46
HSL 320º 0.1% 0.49% -
HSV(B) 320º 0.18% 0.54% -
XYZ 20.18 18.71 23.32 -
YUV 122 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 137 113 129 0 0.18 0.06 0.46 320 0.1 0.49
Hex 89 71 81 0 12 6 2E 140 A 31
Octal 211 161 201 0 22 6 56 500 12 61
Binary 10001001 1110001 10000001 0 10010 110 101110 101000000 1010 110001

Color Harmonies of #897181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897181

Black with #897181

Text Example


Text Example

White with #897181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897181; }

 p { color: rgb(137,113,129); }

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

background-color css

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

 a { background-color: rgb(137,113,129); }

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

border-color css

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

 span { border-color: rgb(137,113,129); }

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