Html Css Color HEX #897081 Strikemaster

📋 copy color: '#897081'

red 137 ◦ green 112 ◦ blue 129

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

Shades of Strikemaster #897081

Tints of Strikemaster #897081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 36.24%
G = 29.63%
B = 34.13%

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

#897081 (or 0x897081) is known color: Strikemaster. HEX triplet: 89, 70 and 81. RGB value is (137,112,129). Sum of RGB (Red+Green+Blue) = 137+112+129=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #897081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897081 is #768F7E. Grayscale: #797979. Windows color (decimal): -7769983 or 8482953. OLE color: 8482953.

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

Color convert

RGB 137 112 129 -
CMYK 0 0.18 0.06 0.46
HSL 319.2º 0.1% 0.49% -
HSV(B) 319.2º 0.18% 0.54% -
XYZ 20.07 18.49 23.28 -
YUV 121.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 137 112 129 0 0.18 0.06 0.46 319.2 0.1 0.49
Hex 89 70 81 0 12 6 2E 13F A 31
Octal 211 160 201 0 22 6 56 477 12 61
Binary 10001001 1110000 10000001 0 10010 110 101110 100111111 1010 110001

Color Harmonies of #897081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897081

Black with #897081

Text Example


Text Example

White with #897081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897081; }

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

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

background-color css

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

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

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

border-color css

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

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

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