#816172

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

Shades of Strikemaster #816172

Tints of Strikemaster #816172

Color information

#816172 (or 0x816172) is unknown color: approx Strikemaster. HEX triplet: 81, 61 and 72. RGB value is (129,97,114). Sum of RGB (Red+Green+Blue) = 129+97+114=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #816172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816172 is #7E9E8D. Grayscale: #6C6C6C. Windows color (decimal): -8298126 or 7496065. OLE color: 7496065.

HSL color Cylindrical-coordinate representation of color #816172: hue angle of 328.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816172 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12997114-
CMYK00.250.120.49
HSL328.12º14.16%44.31%-
HSV(B)328.12º24.81%50.59%-
XYZ16.3714.4317.84-
YUV108.51131.1142.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=37.94%
G=28.53%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299711400.250.120.49328.1214.1644.31
Hex816172019C31148e2c
Octal20114116203114615101654
Binary100000011100001111001001100111001100011010010001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816172; }

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

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

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

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

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

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

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

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