#816173

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

Shades of Strikemaster #816173

Tints of Strikemaster #816173

Color information

#816173 (or 0x816173) is unknown color: approx Strikemaster. HEX triplet: 81, 61 and 73. RGB value is (129,97,115). Sum of RGB (Red+Green+Blue) = 129+97+115=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #816173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816173 is #7E9E8C. Grayscale: #6C6C6C. Windows color (decimal): -8298125 or 7561601. OLE color: 7561601.

HSL color Cylindrical-coordinate representation of color #816173: hue angle of 326.25º 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 #816173 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB12997115-
CMYK00.250.110.49
HSL326.25º14.16%44.31%-
HSV(B)326.25º24.81%50.59%-
XYZ16.4214.4518.14-
YUV108.62131.6142.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=37.83%
G=28.45%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299711500.250.110.49326.2514.1644.31
Hex816173019B31146e2c
Octal20114116303113615061654
Binary100000011100001111001101100110111100011010001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816173; }

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

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

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

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

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

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

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

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