#997281

Color #997281 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #997281

Tints of Strikemaster #997281

Color information

#997281 (or 0x997281) is unknown color: approx Strikemaster. HEX triplet: 99, 72 and 81. RGB value is (153,114,129). Sum of RGB (Red+Green+Blue) = 153+114+129=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #997281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997281 is #668D7E. Grayscale: #7F7F7F. Windows color (decimal): -6720895 or 8483481. OLE color: 8483481.

HSL color Cylindrical-coordinate representation of color #997281: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997281 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153114129-
CMYK00.250.160.4
HSL336.92º16.05%52.35%-
HSV(B)336.92º25.49%60%-
XYZ23.1220.3923.49-
YUV127.37128.92146.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=38.64%
G=28.79%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311412900.250.160.4336.9216.0552.35
Hex99728101910281511034
Octal23116220103120505212064
Binary100110011110010100000010110011000010100010101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997281; }

 p { color: rgb(153,114,129); }

 H1.HeaderClassName
 {
   color: #997281;
 }
 .AnyTagClassName
 {
   color: #997281;
 }
</style>
background-color css

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

 a { background-color: rgb(153,114,129); }

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

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

 span { border-color: rgb(153,114,129); }

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