#816473

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

Shades of Strikemaster #816473

Tints of Strikemaster #816473

Color information

#816473 (or 0x816473) is unknown color: approx Strikemaster. HEX triplet: 81, 64 and 73. RGB value is (129,100,115). Sum of RGB (Red+Green+Blue) = 129+100+115=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 129 - color contains mainly: red. Hex color #816473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816473 is #7E9B8C. Grayscale: #6E6E6E. Windows color (decimal): -8297357 or 7562369. OLE color: 7562369.

HSL color Cylindrical-coordinate representation of color #816473: hue angle of 328.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816473 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB129100115-
CMYK00.220.110.49
HSL328.97º12.66%44.9%-
HSV(B)328.97º22.48%50.59%-
XYZ16.715.0218.24-
YUV110.38130.61141.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=37.5%
G=29.07%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910011500.220.110.49328.9712.6644.9
Hex816473016B31149d2d
Octal20114416302613615111555
Binary100000011100100111001101011010111100011010010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816473; }

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

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

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

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

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

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

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

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